diff --git a/Dockerfile b/Dockerfile index e54efa8..3077549 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN npm install FROM npm-installed AS builder ADD . . -RUN npm run build +RUN npm run build --production FROM nginx:stable-alpine3.17-slim