correct directory for entrypoint shell file

This commit is contained in:
“ibrahim0814” 2019-08-06 14:09:54 -07:00
parent f3f8338f33
commit a96c599aa3
No known key found for this signature in database
GPG key ID: DBBD7CB06738E2BF

View file

@ -5,6 +5,6 @@ COPY . /app
RUN apk add --no-cache curl bash git
RUN chmod +x /entrypoint.sh
RUN chmod +x /app/entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]
ENTRYPOINT [ "/app/entrypoint.sh" ]