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 8f7c5e0 commit 2742feb
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 --no-optional
RUN npm i

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

0 comments on commit 2742feb

Please sign in to comment.