init vite rewrite
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 31s
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 31s
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM node:22.17.0-alpine
|
||||
|
||||
WORKDIR /var/www/html/
|
||||
|
||||
CMD npm install && npm run dev -- --host 0.0.0.0
|
||||
@@ -1,7 +0,0 @@
|
||||
FROM node:22-slim
|
||||
|
||||
WORKDIR /var/www/html
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user