Use new registry url for base image.
All checks were successful
Build project image / Build-and-release-image (push) Successful in 5m20s
All checks were successful
Build project image / Build-and-release-image (push) Successful in 5m20s
This commit is contained in:
@@ -15,7 +15,7 @@ RUN npm install
|
||||
RUN npm run build
|
||||
|
||||
#Use prebuilt image
|
||||
FROM cs-git.ddnss.de/docker/php-apache-8-4:latest AS final
|
||||
FROM gitea.fam-steinle.de/docker/php-apache-8-4:latest AS final
|
||||
WORKDIR /var/www
|
||||
COPY --from=npm-build /var/www/html /var/www
|
||||
|
||||
|
||||
Reference in New Issue
Block a user