Christopher Vagnetoft
ec4dc0727a
Some checks failed
dockerbuild / Build docker image (push) Failing after 1m33s
14 lines
349 B
Docker
14 lines
349 B
Docker
#
|
|
# Dockerfile template for Symfony based projects using PHP 8.3
|
|
#
|
|
# Magic files (in /application):
|
|
#
|
|
# .nginx-site 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
|