Use new registry url for base image.
All checks were successful
Build startup image / Build-and-release-image (push) Successful in 1m47s

This commit is contained in:
2025-05-05 08:24:19 +00:00
parent 57ff78b64a
commit f4d6fe6206

View File

@@ -7,7 +7,7 @@ RUN composer install --no-dev --no-scripts --ignore-platform-reqs
RUN composer dumpautoload --optimize RUN composer dumpautoload --optimize
#Use prebuilt image #Use prebuilt image
FROM cs-git.ddnss.de/docker/nginx-fpm-8-4:latest AS final FROM gitea.fam-steinle.de/docker/nginx-fpm-8-4:latest AS final
WORKDIR /var/www/html WORKDIR /var/www/html
USER root USER root
COPY --from=composer-build /var/www/html /var/www/html COPY --from=composer-build /var/www/html /var/www/html