Skip to content

Commit

Permalink
ci: make /app dir writable in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfb committed Nov 2, 2024
1 parent fecad65 commit 8297cd0
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
Expand Up @@ -15,8 +15,8 @@ services:
image: velo.gl-test-storybook
build: ./config/test-storybook
volumes:
- ".:/app:ro"
- "./__snapshots__:/app/__snapshots__:rw"
- ".:/app:rw"
#- "./__snapshots__:/app/__snapshots__:rw"
#working_dir: /app
user: ubuntu
depends_on:
Expand Down

0 comments on commit 8297cd0

Please sign in to comment.