fixed docker

This commit is contained in:
Jordan Geurtsen
2023-03-22 10:07:15 +01:00
parent 8e9e5e1b01
commit f9ac888da8
4 changed files with 6 additions and 1 deletions

View File

@@ -1,8 +1,9 @@
# Create a production build of the app
FROM node:16.9.1 as build
COPY . .
RUN npm install --silent
COPY .env.development .env
RUN npm install --silent
RUN npm run build
RUN npm install -g serve