Docker config update to fit project

This commit is contained in:
julien
2026-03-20 23:14:40 +01:00
parent 53b223587e
commit 59f9eab93d
2 changed files with 28 additions and 35 deletions

View File

@@ -35,10 +35,6 @@ RUN composer install --no-dev --optimize-autoloader --no-interaction
COPY . .
COPY --from=assets /build/public/assets/ public/assets/
# Archive les migrations hors du WORKDIR : le bind mount ./data/database/
# écrase /var/www/app/database/ au démarrage — l'entrypoint recopie depuis ici.
RUN cp -r database /database.baked
COPY --chmod=755 docker/php/entrypoint.sh /usr/local/bin/entrypoint.sh
ENTRYPOINT ["entrypoint.sh"]