Fix problèmes docker depuis couleuvre #13

Merged
vlbeaudoin merged 1 commit from fix/docker into main 2023-12-04 19:21:31 -05:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 4e054f988b - Show all commits

View file

@ -11,6 +11,8 @@ COPY go.mod go.sum main.go ./
ADD cmd/ cmd/ ADD cmd/ cmd/
ADD config/ config/
ADD data/ data/ ADD data/ data/
ADD handlers/ handlers/ ADD handlers/ handlers/

View file

@ -8,7 +8,7 @@ services:
volumes: volumes:
- 'config:/app/config' - 'config:/app/config'
- 'contenu:/app/contenu' - 'contenu:/app/contenu'
command: ['babillard', 'server', '--config', '/app/config/.babillard.yaml'] command: ['babillard', '--config', '/app/config/.babillard.yaml', 'server']
volumes: volumes:
config: config: