Update Dockerfile

This commit is contained in:
ghost-void
2020-07-21 21:59:43 +08:00
committed by GitHub
parent 15dedafe37
commit d21fad47ac

View File

@@ -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"]