abs. path to entrypoint

This commit is contained in:
Nguyen Huu Thuong
2020-06-13 11:41:51 +02:00
parent 55c0512156
commit 1b04d1a866

View File

@@ -2,7 +2,7 @@ FROM python:3.8.3-slim-buster
LABEL "maintainer"="Scott Ng <thuongnht@gmail.com>"
LABEL "repository"="https://github.com/cross-the-world/scp-pipeline"
LABEL "version"="latest"
LABEL "version"="v1.1.0"
LABEL "com.github.actions.name"="scp-pipeline"
LABEL "com.github.actions.description"="Pipeline: scp"
@@ -24,4 +24,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"]