Skip to content

Commit

Permalink
fix: docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
bs32g1038 committed Apr 22, 2024
1 parent 16f0332 commit a908df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:18-alpine3.18
WORKDIR /code
COPY ./package.json /code
RUN npm install
RUN npm install --legacy-peer-deps
COPY . /code
RUN npm run build
FROM node:18-alpine3.18
Expand Down

0 comments on commit a908df0

Please sign in to comment.