Update Dockerfile
This commit is contained in:
parent
824af20fd9
commit
fa162f4ed8
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +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 ln -s /usr/local/bin/frankenphp /usr/local/bin/caddy
|
||||||
|
|
||||||
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
|
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue