Fix building steps
This commit is contained in:
@ -4,8 +4,9 @@ services:
|
||||
build:
|
||||
context: "../"
|
||||
dockerfile: ./docker/Dockerfile
|
||||
args :
|
||||
- VITE_BACKEND_DOMAIN=localhost:7000
|
||||
- VITE_INSTANCE_DOMAIN=localhost:80
|
||||
- VITE_HTTPS=false
|
||||
ports:
|
||||
- "8080:80"
|
||||
environment:
|
||||
- VITE_BACKEND_URL=http://localhost:7000
|
||||
- VITE_INSTANCE_URL=http://localhost:80
|
||||
- "8080:80"
|
Reference in New Issue
Block a user