diff --git a/Dockerfile b/Dockerfile index de90b9c..ed21dcf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,8 +37,7 @@ COPY . . RUN npm ci -RUN npm run build - +RUN npm run build --configuration=production FROM nginx:latest