style: fix linting issues met Prettier
This commit is contained in:
parent
d6a7cdf980
commit
9aff94ba62
1 changed files with 3 additions and 3 deletions
|
@ -2,10 +2,10 @@ services:
|
||||||
web:
|
web:
|
||||||
build: ./frontend
|
build: ./frontend
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
ports:
|
ports:
|
||||||
- "443:443"
|
- '443:443'
|
||||||
- "80:80"
|
- '80:80'
|
||||||
api:
|
api:
|
||||||
build: ./backend
|
build: ./backend
|
||||||
db:
|
db:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue