Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jrCleber committed Dec 9, 2023
1 parent 2742feb commit a10361f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM base AS builder
WORKDIR /codechat

COPY package*.json ./
RUN npm i
RUN npm i --force

COPY tsconfig.json .
COPY ./src ./src
Expand Down

0 comments on commit a10361f

Please sign in to comment.