Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-popov-uadev authored Jul 13, 2021
1 parent a910c6c commit 3946b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ RUN NGINX=$(ps aux | grep nginx | grep -v grep); \

RUN PHP=$(ps aux | grep php-fpm | grep -v grep);\
if [[ ! -z $PHP ]]; then \
service php8.0-fpm restart > /dev/null 2>&1; \
service php$PHP_VERSION-fpm restart > /dev/null 2>&1; \
fi;

RUN usermod -a -G www-data $HOST_USER; \
Expand Down

0 comments on commit 3946b63

Please sign in to comment.