diff --git a/Dockerfile b/Dockerfile index 858f024..ad3af97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ WORKDIR /app # Copy all files from current directory to working dir in image COPY . . # install node modules and build assets +RUN npm update --legacy-peer-deps RUN npm install && npm run build # nginx state for serving content