Fix BASEPATH in compose file
This commit is contained in:
parent
1574c6b4f7
commit
195be6fff0
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user