update compose for monorepo
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 5s
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 5s
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FROM node:18
|
||||
FROM node:22-slim
|
||||
|
||||
WORKDIR /var/www/html
|
||||
|
||||
CMD npm run dev
|
||||
# Source is bind-mounted at runtime; install on start so package.json changes
|
||||
# are picked up without a rebuild, then run the Next.js dev server.
|
||||
CMD npm install --legacy-peer-deps && npm run dev -- -H 0.0.0.0
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
FROM node:18
|
||||
|
||||
WORKDIR /var/www/html
|
||||
|
||||
CMD npx prisma studio
|
||||
Reference in New Issue
Block a user