fix: environment file missing for space (#3105)
* fix: environment file missing for space * dev: remove container name from the docker-compose local * dockerfile.dev modified for volumes * local dev fixes --------- Co-authored-by: Manish Gupta <manish@mgupta.me>
This commit is contained in:
parent
1f8ae3a5ad
commit
5c7382d894
10 changed files with 92 additions and 46 deletions
1
setup.sh
1
setup.sh
|
|
@ -6,7 +6,6 @@ export LC_ALL=C
|
|||
export LC_CTYPE=C
|
||||
|
||||
cp ./web/.env.example ./web/.env
|
||||
cp ./space/.env.example ./space/.env
|
||||
cp ./apiserver/.env.example ./apiserver/.env
|
||||
|
||||
# Generate the SECRET_KEY that will be used by django
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue