Fixes, BoltCMS
All checks were successful
dockerbuild / Build docker image (push) Successful in 1m49s
All checks were successful
dockerbuild / Build docker image (push) Successful in 1m49s
This commit is contained in:
13
templates/bolt.Dockerfile
Normal file
13
templates/bolt.Dockerfile
Normal 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
|
Reference in New Issue
Block a user