Skip to content

Commit

Permalink
fix: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
csm-thu committed Jul 16, 2024
1 parent 9c0d6b3 commit 2122c35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

FROM node:18 AS dependencies
WORKDIR /webapp
RUN corepack enable \
RUN --mount=type=bind,source=package.json,target=package.json \
--mount=type=bind,source=yarn.lock,target=yarn.lock \
--mount=type=cache,target=/root/.yarn \
Expand Down

0 comments on commit 2122c35

Please sign in to comment.