docker-alpine-php83-aio/templates/symfony.Dockerfile
Christopher Vagnetoft 5392cca13b
All checks were successful
dockerbuild / Build docker image (push) Successful in 1m49s
Fixes, BoltCMS
2024-02-07 13:37:27 +01:00

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