Fix building steps

This commit is contained in:
dragongoose
2023-04-10 16:33:11 -04:00
parent 68dd4eef64
commit 10c94c4c24
2 changed files with 12 additions and 4 deletions

View File

@ -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"