This commit is contained in:
2025-03-13 13:00:45 +01:00
parent 359bbfc670
commit afdd64a831
5 changed files with 19 additions and 23 deletions

View File

@ -1,5 +1,3 @@
FROM nginx:latest
FROM php:apache
COPY src /usr/share/nginx/html
CMD ["nginx", "-g", "daemon off;"]
COPY src/ /var/www/html