Skip to content

Commit

Permalink
[Docker] Change npm to yarn in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Feb 3, 2025
1 parent 110d0c3 commit d582f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.override.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ services:
entrypoint: [ "/bin/sh","-c" ]
command:
- |
npm install
npm run build
yarn install
yarn build
volumes:
- .:/srv/sylius:rw,cached
- ./public:/srv/sylius/public:rw,delegated
Expand Down

0 comments on commit d582f72

Please sign in to comment.