mirror of
https://github.com/cross-the-world/scp-pipeline.git
synced 2025-09-11 03:48:58 +08:00
abs. path to entrypoint
This commit is contained in:
@@ -2,7 +2,7 @@ FROM python:3.8.3-slim-buster
|
|||||||
|
|
||||||
LABEL "maintainer"="Scott Ng <thuongnht@gmail.com>"
|
LABEL "maintainer"="Scott Ng <thuongnht@gmail.com>"
|
||||||
LABEL "repository"="https://github.com/cross-the-world/scp-pipeline"
|
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.name"="scp-pipeline"
|
||||||
LABEL "com.github.actions.description"="Pipeline: scp"
|
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
|
COPY app.py /opt/tools/app.py
|
||||||
RUN chmod +x /opt/tools/app.py
|
RUN chmod +x /opt/tools/app.py
|
||||||
|
|
||||||
ENTRYPOINT ["./entrypoint.sh"]
|
ENTRYPOINT ["/opt/tools/entrypoint.sh"]
|
Reference in New Issue
Block a user