Skip to content

Commit e2c929e

Browse files
authored
app: use default cmd (#49)
1 parent 4fa8bd7 commit e2c929e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/app/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ ARG XDEBUG
3030

3131
RUN if [ $XDEBUG ]; then pecl install xdebug && docker-php-ext-enable xdebug; fi
3232

33-
USER app
34-
CMD ["php-fpm", "-F", "-R"]
33+
USER app

0 commit comments

Comments
 (0)