diff --git a/Dockerfile b/Dockerfile index 89fa72f..d5f1f09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /front COPY . . -RUN npm install +RUN npm ci RUN npm run build FROM nginx:1.21.6-alpine as runner