Update build configuration files
This commit is contained in:
parent
57ea016dcb
commit
064df3c33e
2 changed files with 19 additions and 0 deletions
|
@ -6,3 +6,7 @@ export DOCKER_UID=1000
|
|||
export MYSQL_DATABASE=app
|
||||
export MYSQL_PASSWORD=app
|
||||
export MYSQL_USER=app
|
||||
|
||||
export DB_NAME="$MYSQL_DATABASE"
|
||||
export DB_PASSWORD="$MYSQL_PASSWORD"
|
||||
export DB_USER="$MYSQL_USER"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue