Change bash to sh for node-alpine compatibility

This commit is contained in:
2025-12-03 14:49:55 +01:00
parent 3f6dc86f07
commit 7c5650fd69
+1 -1
View File
@@ -18,4 +18,4 @@ RUN npx zenstack generate
EXPOSE 3000
VOLUME /usr/src/app/public
CMD ["/bin/bash", "-c", "npx prisma db push && npm start"]
CMD ["/bin/sh", "-c", "npx prisma db push && npm start"]