Update Dockerfile

pull/1/head
ghost-void 5 years ago committed by GitHub
parent 15dedafe37
commit d21fad47ac
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