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,3 +1 @@
FROM nginx:latest
CMD ["nginx", "-g", "daemon off;"]
FROM php:apache