Merge pull request 'fix: migrate from jcabillot/phpapache to dunglas/frankenphp' (#22) from fix/frankenphp-migration into master
Main Release / hadolint (push) Successful in 10s
Main Release / test (push) Successful in 15s
Main Release / build (push) Successful in 11s
Main Release / tag (push) Successful in 34s
Tag Release / hadolint (push) Successful in 10s
Tag Release / test (push) Successful in 16s
Tag Release / build-push (push) Successful in 56s
Main Release / hadolint (push) Successful in 10s
Main Release / test (push) Successful in 15s
Main Release / build (push) Successful in 11s
Main Release / tag (push) Successful in 34s
Tag Release / hadolint (push) Successful in 10s
Tag Release / test (push) Successful in 16s
Tag Release / build-push (push) Successful in 56s
Reviewed-on: #22
This commit was merged in pull request #22.
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
auto_https off
|
||||||
|
frankenphp
|
||||||
|
}
|
||||||
|
|
||||||
|
:8080 {
|
||||||
|
root * /app/public
|
||||||
|
encode zstd br gzip
|
||||||
|
try_files {path} /index.php?{query}
|
||||||
|
php_server
|
||||||
|
}
|
||||||
+7
-3
@@ -1,5 +1,9 @@
|
|||||||
ARG VERSION="latest"
|
FROM dunglas/frankenphp:1-php8.5-alpine
|
||||||
FROM "jcabillot/phpapache:${VERSION}"
|
|
||||||
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
|
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
|
||||||
|
|
||||||
COPY "root" "/var/www/html"
|
WORKDIR /app
|
||||||
|
|
||||||
|
COPY Caddyfile /etc/frankenphp/Caddyfile
|
||||||
|
COPY --chown=www-data:www-data root /app/public
|
||||||
|
|
||||||
|
USER www-data
|
||||||
|
|||||||
Reference in New Issue
Block a user