Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gymnae authored Sep 27, 2023
1 parent 44eaaf5 commit a83b929
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ ENV NEXTCLOUD_UPDATE=1
# CMD SCRIPT_NAME=/var/www/html/status.php SCRIPT_FILENAME=/var/www/html/status.php \
# REQUEST_METHOD=GET /usr/bin/cgi-fcgi -connect /var/run/php-fpm/php-fpm.sock / | \
# grep '\"installed\":true' | grep '\"maintenance\":false' | grep '\"needsDbUpgrade\":false' || exit 1
CMD ["/bin/bash", "-c", "source /tweaks.sh php-fpm"]
#CMD ["/bin/bash", "-c", "source /tweaks.sh php-fpm"]
COPY *.sh upgrade.exclude /
ENTRYPOINT ["/entrypoint.sh"]
CMD ["php-fpm"]

0 comments on commit a83b929

Please sign in to comment.