Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
minaxolone committed Jun 14, 2024
1 parent 57bc561 commit 24d1417
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web-app/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ ARG CI_COMMIT_SHA=""
ENV VITE_CI_COMMIT_SHA $CI_COMMIT_SHA

COPY ./package.json ./package-lock.json ./
RUN npm ci
# RUN npm ci
RUN rm package-lock.json && npm install
COPY ./ ./

RUN npm run build
Expand Down

0 comments on commit 24d1417

Please sign in to comment.