diff --git a/Dockerfile b/Dockerfile index 7642da7..7ec4160 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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