Fix BASEPATH in compose file

This commit is contained in:
Nabarun 2023-12-11 18:18:00 +05:30
parent 1574c6b4f7
commit 195be6fff0

View File

@ -6,7 +6,7 @@ services:
restart: on-failure
environment:
- NEXT_PUBLIC_WEB_API_BASE_URL=${CERC_WEB_API_BASE_URL}
- NEXT_PUBLIC_BASEPATH='/apps/osmosis'
- NEXT_PUBLIC_BASEPATH=/apps/osmosis
- NEXT_PUBLIC_URBIT_DEPLOYMENT=true
working_dir: /app/packages/web
command: ["./build-app-for-urbit.sh"]