Skip to content

Commit

Permalink
PB-16969 Changed: fix php version for dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
Tecnobutrul committed Jun 29, 2022
1 parent 234f176 commit 75a4b5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions conf/supervisor/php-dev.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[program:php-fpm]
command=php-fpm -F
autostart=true
priority=5
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
1 change: 1 addition & 0 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ RUN apt-get update \

COPY conf/passbolt.conf /etc/nginx/conf.d/default.conf
COPY conf/supervisor/*.conf /etc/supervisor/conf.d/
COPY conf/supervisor/php-dev.conf /etc/supervisor/conf.d/php.conf
COPY dev/bin/docker-entrypoint.sh /docker-entrypoint.sh
COPY scripts/wait-for.sh /usr/bin/wait-for.sh

Expand Down

0 comments on commit 75a4b5a

Please sign in to comment.