Build and Push Docker Images / Build and Push Docker Images (push) Failing after 31s
6 lines
99 B
Docker
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
|