We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39b242 commit d63ffe8Copy full SHA for d63ffe8
2 files changed
docker/images/msl-api/Dockerfile
@@ -79,6 +79,7 @@ RUN cd /var/www && \
79
chown -R www-data:www-data .
80
USER www-data
81
ADD msl-api.env /var/www/msl_api/.env
82
+ADD php.ini /etc/php/8.3/fpm/php.ini
83
ADD supervisord.conf /var/www/msl-api-supervisord.conf
84
ADD supervisord-webserver-only.conf /var/www/msl-api-supervisord-webserver-only.conf
85
RUN cd /var/www/msl_api && \
0 commit comments