Skip to content

Commit

Permalink
Fixed docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
epessina committed Jul 25, 2024
1 parent 46d3167 commit 61f54b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ COPY src src
COPY .yarnrc.yml .yarnrc.yml
COPY package.json package.json
COPY settings.json settings.json
COPY tsconfig.json tsconfig.json
COPY vite.config.ts vite.config.ts
COPY yarn.lock yarn.lock

RUN yarn install --immutable
RUN yarn install --frozen-lockfile
RUN yarn build

########################################################################################################################
Expand Down

0 comments on commit 61f54b6

Please sign in to comment.