Skip to content

Commit

Permalink
build(docker): Always pull the backend during development
Browse files Browse the repository at this point in the history
  • Loading branch information
CLOVIS-AI committed Feb 5, 2023
1 parent 92a6649 commit 03f95a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
- ./database:/root/dump

server:
pull_policy: always
ports:
- target: 9000
published: 9002
Expand Down

0 comments on commit 03f95a8

Please sign in to comment.