Merge pull request #1 from ghost-void/master

Fix wrong entrypoint.sh path bug
This commit is contained in:
thuongnht
2020-08-12 13:14:15 +02:00
committed by GitHub

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