Skip to content

Commit

Permalink
fix(doc): readme docker command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pipazoul committed Nov 20, 2023
1 parent 4e31df6 commit 4be3ed1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
## Docker usage
### Use dev docker image
```
docker-compose up -d
docker compose --profile dev up -d
docker cp dev-interpretable-imagier:/app/node_modules ./
docker-compose down
docker compose down
docker-compose up
docker compose --profile dev up
```

### Add a npm package using docker
Expand Down

0 comments on commit 4be3ed1

Please sign in to comment.