Christopher Vagnetoft
5392cca13b
All checks were successful
dockerbuild / Build docker image (push) Successful in 1m49s
15 lines
373 B
Docker
15 lines
373 B
Docker
#
|
|
# Dockerfile template for Symfony based projects using PHP 8.3
|
|
#
|
|
# Magic files (in /application):
|
|
#
|
|
# .nginx-site.conf Override nginx site default.conf
|
|
# .symfony-preinit Called before composer install
|
|
# .symfony-init Called after compose install
|
|
#
|
|
|
|
FROM dev.noccylabs.info/noccylabs/alpine-php83-aio:latest
|
|
|
|
COPY . /application
|
|
|
|
VOLUME /application/var |