mirror of
https://gitee.com/jack_whh/ssh-scp-ssh-pipelines.git
synced 2026-03-09 22:42:55 +08:00
Merge pull request #1 from ghost-void/master
Fix wrong entrypoint.sh path bug
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user