ADD: Docker

This commit is contained in:
Juan Felipe Zapata Moreno 2025-09-18 15:40:14 -06:00
parent dc26cc27da
commit 7445e2d4ad
2 changed files with 5 additions and 3 deletions

View File

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

View File

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