Fix docker-compose.yaml

This commit is contained in:
Gabriel Augendre 2021-11-14 12:00:04 +01:00
parent a759198762
commit 819b56e89b
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ services:
build: build:
context: . context: .
args: args:
- POETRY_ARGS="--no-dev" - POETRY_ARGS=--no-dev
restart: always restart: always