change base image
All checks were successful
build / build (push) Successful in 6s

This commit is contained in:
Constantin Simonis 2024-12-19 10:39:25 +01:00
parent e5f1dc7715
commit ddb84f652c
Signed by: csimonis
GPG Key ID: 758DD9C506603183

View File

@ -1,3 +1,3 @@
FROM php:8.2-apache
FROM git.simonis.lol/images/php:latest
COPY . /var/www/html
COPY . /app