windows dockerfile update

This commit is contained in:
Akshit Agrawal
2023-12-27 17:57:06 +05:30
parent cc8a593dda
commit 2271808288
+3 -1
View File
@@ -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"]