Skip to content

Commit

Permalink
#7 - move to php 8.3 for dev env.
Browse files Browse the repository at this point in the history
  • Loading branch information
spo committed May 30, 2024
1 parent f0dd73c commit 2298e97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile_dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rootdbapp/rootdb-php-fpm:dev
FROM rootdbapp/rootdb-php-fpm:8.3.7

# Arguments defined in docker-compose.yml
ARG user_id
Expand Down Expand Up @@ -32,8 +32,8 @@ RUN mkdir /var/www/ \
&& chown -R $user:$user /etc/supervisor* \
&& chown -R $user:$user /var/www \
&& chown -R $user:$user /home/$user/.ssh \
&& touch /var/log/php8.2-fpm.log \
&& chown $user:$user /var/log/php8.2-fpm.log
&& touch /var/log/php8.3-fpm.log \
&& chown $user:$user /var/log/php8.3-fpm.log

WORKDIR /var/www/archives/dev-git/api

Expand All @@ -43,4 +43,4 @@ ENTRYPOINT [ "docker-entrypoint-dev.sh" ]

EXPOSE 9000

CMD ["php-fpm8.2", "-F"]
CMD ["php-fpm8.3", "-F"]

0 comments on commit 2298e97

Please sign in to comment.