freeze lock file
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /front
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN npm install
|
RUN npm ci
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
FROM nginx:1.21.6-alpine as runner
|
FROM nginx:1.21.6-alpine as runner
|
||||||
|
|||||||
Reference in New Issue
Block a user