diff --git a/Dockerfile b/Dockerfile index bcad7ec..d7f955b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM ubuntu:latest WORKDIR /app COPY . /app -RUN apk add --no-cache curl bash git +# RUN apk add --no-cache curl bash git RUN chmod +x /app/entrypoint.sh