freeze lock file

This commit is contained in:
kandrusyak
2022-12-26 11:26:54 +03:00
parent 139d08ab4b
commit 333a384cc8

View File

@@ -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