This commit is contained in:
JonatanRek
2024-10-05 21:22:48 +02:00
parent fbcdb9b6fa
commit 4e2efc2b08
+1 -1
View File
@@ -1,5 +1,5 @@
# Use PHP with Apache as the base image
FROM python:3.9-slim
FROM python:latest
#Copy Project
COPY . /app