docker ready for api (no app yet)

This commit is contained in:
2020-12-14 10:45:47 +01:00
parent 97df594616
commit f697afe63a
14 changed files with 120 additions and 65 deletions
+5 -2
View File
@@ -12,6 +12,9 @@ export USER_UNAME
export USER_GID
export USER_GNAME
pull:
docker-compose pull
build:
docker-compose build --build-arg USER_UID=$(USER_UID) --build-arg USER_UNAME=$(USER_UNAME) --build-arg USER_GID=$(USER_GID) --build-arg USER_GNAME=$(USER_GNAME)
@@ -36,8 +39,8 @@ down:
exec_php:
docker exec -it enfrancais_php_1 bash
exec_npm:
docker exec -it enfrancais_npm_1 sh
exec_app:
docker exec -it enfrancais_app_1 sh
exec_mysql:
docker exec -it enfrancais_mysql_1 bash