chore: fix docker compose sample backend startup arguements
This commit is contained in:
parent
ff9bdd9e9f
commit
9ffad31e40
@ -63,8 +63,10 @@ services:
|
||||
- "traefik.enable=true"
|
||||
|
||||
samplefamback:
|
||||
build: sample-back
|
||||
command: -Dspring.profiles.active=sample
|
||||
build:
|
||||
context: sample-back
|
||||
args:
|
||||
- -Dspring.profiles.active=sample
|
||||
container_name: samplefam-api
|
||||
restart: always
|
||||
depends_on:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user