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
Some checks failed
Cadoles/hydra-sql/pipeline/pr-develop There was a failure building this commit
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user