test
This commit is contained in:
parent
287c47d53d
commit
0e6ce1eec2
1 changed files with 5 additions and 5 deletions
10
compose.yaml
10
compose.yaml
|
|
@ -4,8 +4,8 @@ services:
|
|||
context: ./backend
|
||||
container_name: fastnotes-api
|
||||
|
||||
ui:
|
||||
build:
|
||||
context: ./frontend
|
||||
args:
|
||||
VITE_API_URL: /api
|
||||
# ui:
|
||||
# build:
|
||||
# context: ./frontend
|
||||
# args:
|
||||
# VITE_API_URL: /api
|
||||
|
|
|
|||
Loading…
Reference in a new issue