Multi PHP working

This commit is contained in:
eroncero
2025-08-03 16:57:20 +02:00
parent b350243c64
commit 49d9c13f4d
193 changed files with 5159 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
FROM debian:bookworm
ARG DEBIAN_FRONTEND=noninteractive
ARG DEBCONF_NONINTERACTIVE_SEEN=true
RUN apt-get update; apt-get full-upgrade -y; apt-get autoclean -y; apt-get install nginx openssl vim curl -y
COPY project/entrypoint/entrypoint.sh /entrypoint/entrypoint.sh