Merge pull request #1 from ghost-void/master

Fix wrong entrypoint.sh path bug
master v1.1.1
thuongnht 5 years ago committed by GitHub
commit 4a07cd477b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,4 +23,4 @@ RUN chmod +x /opt/tools/entrypoint.sh
COPY app.py /opt/tools/app.py
RUN chmod +x /opt/tools/app.py
ENTRYPOINT ["./entrypoint.sh"]
ENTRYPOINT ["/opt/tools/entrypoint.sh"]

Loading…
Cancel
Save