docker ready for api (no app yet)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user