Updates static and development files for .env and dockerfile changes
This commit is contained in:
parent
7f65f8a67c
commit
6c3c6bc5dd
9 changed files with 68 additions and 121 deletions
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
# preserve original production files
|
||||
mv ./docker-compose.yml ./docker-compose.production.yml
|
||||
mv ./Dockerfile ./Dockerfile.production
|
||||
mv ./pathfinder.Dockerfile ./pathfinder.Dockerfile.production
|
||||
mv ./static/pathfinder/environment.ini ./static/pathfinder/environment.production.ini
|
||||
mv ./static/php/php.ini ./static/php/php.production.ini
|
||||
|
||||
# copy development versions
|
||||
cp ./development/docker-compose.development.yml ./docker-compose.yml
|
||||
cp ./development/Dockerfile.development ./Dockerfile
|
||||
cp ./development/pathfinder.Dockerfile.developm ./pathfinder.Dockerfile
|
||||
cp ./development/environment.development.ini ./static/pathfinder/environment.ini
|
||||
cp ./development/php.development.ini ./static/php/php.ini
|
||||
cp ./development/xdebug.ini ./static/php/xdebug.ini
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue