Skip to content

Commit

Permalink
docker.md: Fix web path (#9768)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jan 1, 2024
1 parent ae39d47 commit 71f7fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ WORKDIR /home/node/app

COPY --chown=node:node .yarnrc.yml .
COPY --chown=node:node package.json .
COPY --chown=node:node web/package.json .
COPY --chown=node:node web/package.json web/
COPY --chown=node:node yarn.lock .

RUN mkdir -p /home/node/.yarn/berry/index
Expand Down

0 comments on commit 71f7fd6

Please sign in to comment.