fix copy caddyfile dans dockerfile, maj composer json, directive watch worker frankenphp
Some checks failed
Cadoles/hydra-sql/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2025-10-02 16:12:06 +02:00
parent d15579578e
commit a2346cfd34
9 changed files with 70 additions and 1072 deletions

View File

@@ -17,7 +17,7 @@ ENV APP_ENV=prod \
APP_LOCALES="fr,en" \
BASE_PATH=""
COPY ./misc/files/Caddyfile /etc/frankenphp/Caddyfile
COPY ./misc/files/Caddyfile /etc/caddy/Caddyfile
WORKDIR /app
@@ -41,5 +41,6 @@ RUN apt-get -y update \
apcu \
xdebug \
redis \
&& composer install --ignore-platform-reqs --no-cache --optimize-autoloader \
intl \
&& composer install --ignore-platform-reqs --no-cache \
&& bin/console assets:install --symlink --relative