From ddb84f652c4c0f5fac83d0a3ffb594dcfe6b5faf Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Thu, 19 Dec 2024 10:39:25 +0100 Subject: [PATCH] change base image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 56ed6f6..202cd28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM php:8.2-apache +FROM git.simonis.lol/images/php:latest -COPY . /var/www/html +COPY . /app