Fixes, BoltCMS
All checks were successful
dockerbuild / Build docker image (push) Successful in 1m49s

This commit is contained in:
2024-02-07 13:37:27 +01:00
parent 3b6ead62b6
commit 5392cca13b
6 changed files with 56 additions and 6 deletions

13
templates/bolt.Dockerfile Normal file
View File

@ -0,0 +1,13 @@
#
# Dockerfile template for BoltCMS (Symfony) based projects using PHP 8.3
#
# Magic files (in /application):
#
# .nginx-site.conf Override nginx site default.conf
#
FROM dev.noccylabs.info/noccylabs/alpine-php83-aio:latest
COPY . /application
VOLUME /application/var /application/public/thumbs /application/public/files