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:
@ -3,7 +3,7 @@
|
||||
#
|
||||
# Magic files (in /application):
|
||||
#
|
||||
# .nginx-site Override nginx site default.conf
|
||||
# .nginx-site.conf Override nginx site default.conf
|
||||
# .symfony-preinit Called before composer install
|
||||
# .symfony-init Called after compose install
|
||||
#
|
||||
@ -11,3 +11,5 @@
|
||||
FROM dev.noccylabs.info/noccylabs/alpine-php83-aio:latest
|
||||
|
||||
COPY . /application
|
||||
|
||||
VOLUME /application/var
|
Reference in New Issue
Block a user