Update Dockerfile
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Create a production build of the app
|
||||
FROM node:16.9.1 as build
|
||||
WORKDIR /var/www/mau-mau.nl
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm install --silent
|
||||
|
||||
Reference in New Issue
Block a user