Files
shihaam d853d54a06
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 31s
init vite rewrite
2026-08-02 18:55:39 +05:00

6 lines
99 B
Docker

FROM node:22.17.0-alpine
WORKDIR /var/www/html/
CMD npm install && npm run dev -- --host 0.0.0.0