Update Dockerfile
All checks were successful
Build Mau & Deploy Mau / build (push) Successful in 1m39s
Build Mau & Deploy Mau / deploy (push) Successful in 4m6s

This commit is contained in:
2024-05-27 20:47:30 +00:00
parent 8997a570fa
commit 355dabf439

View File

@@ -1,5 +1,7 @@
# Create a production build of the app # Create a production build of the app
FROM node:16.9.1 as build FROM node:16.9.1 as build
WORKDIR /var/www/mau-mau.nl
COPY . . COPY . .
RUN npm install --silent RUN npm install --silent