Update Dockerfile

This commit is contained in:
Pawan Osman
2024-04-14 18:29:59 +03:00
committed by GitHub
parent d8f0f2cea0
commit d1a817c94d
+1 -1
View File
@@ -14,4 +14,4 @@ RUN npm install
EXPOSE 3040
# Command to run the start script
CMD ["bash", "start.sh"]
CMD ["sh", "start.sh"]