windows dockerfile update

This commit is contained in:
Akshit Agrawal
2023-12-27 15:57:31 +05:30
parent 3737e48066
commit 3fc4a9d8c4
+1 -1
View File
@@ -18,4 +18,4 @@ RUN choco install git.install -y
COPY ./main.sh ./
# ENTRYPOINT ["python", "C:\\app\\main.py"]
CMD ["bash", "C:\\app\\main.sh"]
CMD ["powershell", "C:\\app\\main.sh"]