Skip to content

Commit

Permalink
Merge pull request #622 from SURFnet/bugfix/php_conf_use_ini_not_conf
Browse files Browse the repository at this point in the history
Docker php config: Change .conf to .ini
  • Loading branch information
quartje authored Mar 19, 2024
2 parents e0ed64e + 9659b45 commit 9509f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV OPENCONEXT_GIT_SHA=${GIT_SHA}
ENV OPENCONEXT_COMMIT_DATE=${GIT_COMMIT_TIME}
COPY --from=build /var/www/html/output.tar /var/www/html/
COPY ./docker/conf/000-default.conf /etc/apache2/sites-enabled/
COPY ./docker/conf/zz-docker.conf /usr/local/etc/php/conf.d/
COPY ./docker/conf/zz-docker.conf /usr/local/etc/php/conf.d/zz-docker.ini

RUN tar -xf /var/www/html/output.tar && \
rm -rf /var/www/html/output.tar && \
Expand Down

0 comments on commit 9509f18

Please sign in to comment.