Skip to content

Commit

Permalink
fix(docker): Use volume for docs node_volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
bastilian committed Feb 17, 2022
1 parent 847c8de commit 171865e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: '3'
services:
docs:
build:
build:
context: ./
dockerfile: Dockerfile.dev
command: sh -c "npm i && npm run generate:components && npm run watch"
ports:
- '3000:3000'
volumes:
- .:/docs

- /docs/packages/docs/node_modules

0 comments on commit 171865e

Please sign in to comment.