ADD: Docker
This commit is contained in:
parent
dc26cc27da
commit
7445e2d4ad
@ -1,4 +1,4 @@
|
|||||||
VITE_API_URL=http://backend.holos.test
|
VITE_API_URL=http://backend.holos.test:8080
|
||||||
VITE_BASE_URL=http://frontend.holos.test
|
VITE_BASE_URL=http://frontend.holos.test
|
||||||
|
|
||||||
VITE_REVERB_APP_ID=
|
VITE_REVERB_APP_ID=
|
||||||
@ -8,3 +8,5 @@ VITE_REVERB_HOST="backend.holos.test"
|
|||||||
VITE_REVERB_PORT=8080
|
VITE_REVERB_PORT=8080
|
||||||
VITE_REVERB_SCHEME=http
|
VITE_REVERB_SCHEME=http
|
||||||
VITE_REVERB_ACTIVE=false
|
VITE_REVERB_ACTIVE=false
|
||||||
|
|
||||||
|
APP_PORT=3000
|
||||||
|
|||||||
@ -4,8 +4,8 @@ if [ ! -f .env ]; then
|
|||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f colors.json ]; then
|
if [ ! -f colors.css ]; then
|
||||||
cp colors.json.example colors.json
|
cp colors.css.example colors.css
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user