www volume added

This commit is contained in:
eroncero
2025-08-02 15:25:57 +02:00
parent e5940bce48
commit c9b21fd7b8
7 changed files with 124 additions and 53 deletions

View File

@@ -5,7 +5,7 @@ RUN apt-get update; apt-get full-upgrade -y; apt-get autoclean -y
COPY project/buildtime/sury-repo.sh /tmp/buildtime/sury-repo.sh
RUN /bin/sh /tmp/buildtime/sury-repo.sh
ENV BUILDTIME_PHP_VER_INST="8.2"
ARG BUILDTIME_PHP_VER_INST="8.2"
COPY project/buildtime/buildtime_php_ver_inst.sh /tmp/buildtime/buildtime_php_ver_inst.sh
RUN /bin/sh /tmp/buildtime/buildtime_php_ver_inst.sh
ENV DEF_PHP_INTERPRETER="8.2"