Skip to content

Commit

Permalink
fix pnpmhome
Browse files Browse the repository at this point in the history
  • Loading branch information
petertgiles committed May 30, 2024
1 parent 0911f87 commit 6daf07b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
22 changes: 0 additions & 22 deletions apps/web/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,16 @@ RUN npm install --location=global pnpm@8.15

COPY \
apps/web \
axe-linter.yml \
codecov.yml \
CONTRIBUTING.md \
docker-compose.ci.yml \
docker-compose.dev.yml \
docker-compose.yml \
documentation \
.editorconfig \
.git \
.gitattributes \
.github \
.gitignore \
graphql.config.yml \
hydrogen.config.json \
infrastructure \
LICENSE \
maintenance \
Makefile \
Makefile.nix \
.npmrc \
.nvmrc \
package.json \
packages \
pnpm-lock.yaml \
pnpm-workspace.yaml \
.prettierrc \
README.md \
SECURITY.md \
tc-report \
.turbo \
turbo.json \
.vscode \
./
RUN pnpm install

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ services:
dockerfile: apps/web/dev.Dockerfile
volumes:
- ./:/var/www/html
- nodemodules:/var/www/html/node_modules
- pnpmhome:/tmp/pnpm
ports:
- "8000:8000"
environment:
- PNPM_HOME=/tmp/pnpm

volumes:
pgdata:
nodemodules:
pnpmhome:

0 comments on commit 6daf07b

Please sign in to comment.