Update Dockerfile
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user