make file fix
This commit is contained in:
parent
661c8c7025
commit
1c0f66f5e1
2
Makefile
2
Makefile
@ -59,7 +59,7 @@ exec_php_d7:
|
||||
docker exec -it popsu_php_d7_1 bash
|
||||
|
||||
exec_php_d9:
|
||||
docker exec -it popsu_php_d9_1 sh
|
||||
docker exec -it popsu_php_d9_1 bash
|
||||
|
||||
exec_mysql_d7:
|
||||
docker exec -it popsu_mysql_d7_1 bash
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
# Popsu Docker
|
||||
# Popsu Docker
|
||||
Popsu powered by druapl 7 in docker environement (nginx, php:5.6-fpm+drush, mariadb, redis:4, phpmyadmin)
|
||||
|
||||
## Install docker
|
||||
@ -32,7 +32,7 @@ submodules :
|
||||
|
||||
```
|
||||
cp -r ressources/d7/settings.php src_d7/sites/default/
|
||||
cp -r ressources/d9/settings.php src_d9/sites/default/
|
||||
cp -r ressources/d9/settings.php src_d9/web/sites/default/
|
||||
```
|
||||
|
||||
### get the sites/default/files folder
|
||||
|
Loading…
x
Reference in New Issue
Block a user