diff --git a/Dockerfile b/Dockerfile index c5c9d1e..92be982 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["/opt/tools/entrypoint.sh"]