Change bash to sh for node-alpine compatibility
This commit is contained in:
+1
-1
@@ -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"]
|
||||
Reference in New Issue
Block a user