Update Dockerfile
This commit is contained in:
parent
bee645fd16
commit
824af20fd9
1 changed files with 2 additions and 1 deletions
|
@ -15,5 +15,6 @@ RUN CGO_ENABLED=1 \
|
||||||
FROM dunglas/frankenphp AS runner
|
FROM dunglas/frankenphp AS runner
|
||||||
|
|
||||||
COPY --from=builder /usr/local/bin/frankenphp /usr/local/bin/frankenphp
|
COPY --from=builder /usr/local/bin/frankenphp /usr/local/bin/frankenphp
|
||||||
|
RUN ln -s /usr/local/bin/caddy /usr/local/bin/frankenphp
|
||||||
|
|
||||||
|
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue