update compose for monorepo
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 5s

This commit is contained in:
2026-08-02 05:10:46 +05:00
parent f0cf2d5223
commit 4157c53a86
8 changed files with 13985 additions and 14074 deletions
+4 -2
View File
@@ -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
-5
View File
@@ -1,5 +0,0 @@
FROM node:18
WORKDIR /var/www/html
CMD npx prisma studio