Skip to content

Commit

Permalink
fix: backend set working_dir to backend for docker composer
Browse files Browse the repository at this point in the history
  • Loading branch information
herve.le-bars committed Apr 22, 2024
1 parent 24362bc commit 5d29f97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
container_name: bloom_backend
hostname: bloom-backend
image: d4g/bloom:${VERSION:-latest}
working_dir: /project/backend
command:
- bash
- -c
Expand Down

0 comments on commit 5d29f97

Please sign in to comment.