mirror of
https://github.com/harness-community/drone-helm-chart-container-registry.git
synced 2026-06-04 18:24:12 +08:00
windows dockerfile update
This commit is contained in:
@@ -19,4 +19,6 @@ COPY ./main.sh ./
|
||||
|
||||
# ENTRYPOINT ["python", "C:\\app\\main.py"]
|
||||
# CMD ["C:\\Program Files\\Git\\bin\\bash.exe", "-c", "./main.sh"]
|
||||
ENTRYPOINT [ "./main.sh" ]
|
||||
|
||||
# Execute main.sh in powershell
|
||||
ENTRYPOINT ["powershell", "-Command", "./main.sh"]
|
||||
Reference in New Issue
Block a user