init vite rewrite
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 31s

This commit is contained in:
2026-08-02 18:55:39 +05:00
parent 2f5659f3ff
commit d853d54a06
208 changed files with 1996 additions and 29974 deletions
+5
View File
@@ -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
-7
View File
@@ -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