PHRDPL-61 #comment worker use the app user to run jobs

This commit is contained in:
Alexandre BRACH
2019-06-13 11:22:10 +02:00
parent b3893261bd
commit 7fe9739625
3 changed files with 11 additions and 2 deletions

View File

@@ -68,6 +68,8 @@ The two images can be built respectively with these two commands :
docker build --target phraseanet-nginx -t local/phraseanet-nginx .
# php-fpm application
docker build --target phraseanet -t local/phraseanet .
docker build --target phraseanet-fpm -t local/phraseanet-fpm .
# worker
docker build --target phraseanet-worker -t local/phraseanet-worker .