diff --git a/5.6/Dockerfile b/5.6/Dockerfile index f943e0a..1cab3da 100644 --- a/5.6/Dockerfile +++ b/5.6/Dockerfile @@ -27,14 +27,14 @@ RUN apt-get update -qq && \ # PHP Extensions RUN docker-php-ext-install -j$(nproc) opcache pdo_mysql -COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini +COPY --link conf/php.ini /usr/local/etc/php/conf.d/app.ini # Apache -COPY errors /errors -COPY health.php /health/index.php -COPY conf/vhost.conf /etc/apache2/sites-available/000-default.conf -COPY conf/apache.conf /etc/apache2/conf-available/z-app.conf -COPY index.php /app/index.php +COPY --link errors /errors +COPY --link health.php /health/index.php +COPY --link conf/vhost.conf /etc/apache2/sites-available/000-default.conf +COPY --link conf/apache.conf /etc/apache2/conf-available/z-app.conf +COPY --link index.php /app/index.php RUN a2enmod rewrite remoteip && \ a2enconf z-app diff --git a/7.1-symfony/Dockerfile b/7.1-symfony/Dockerfile index a19c246..1eb6641 100644 --- a/7.1-symfony/Dockerfile +++ b/7.1-symfony/Dockerfile @@ -29,14 +29,14 @@ RUN apt-get update -qq && \ # PHP Extensions RUN docker-php-ext-configure zip --with-libzip && \ docker-php-ext-install -j$(nproc) intl opcache pdo_mysql zip -COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini +COPY --link conf/php.ini /usr/local/etc/php/conf.d/app.ini # Apache -COPY errors /errors -COPY health.php /health/index.php -COPY conf/vhost.conf /etc/apache2/sites-available/000-default.conf -COPY conf/apache.conf /etc/apache2/conf-available/z-app.conf -COPY index.php /app/index.php +COPY --link errors /errors +COPY --link health.php /health/index.php +COPY --link conf/vhost.conf /etc/apache2/sites-available/000-default.conf +COPY --link conf/apache.conf /etc/apache2/conf-available/z-app.conf +COPY --link index.php /app/index.php RUN a2enmod rewrite remoteip && \ a2enconf z-app diff --git a/7.1/Dockerfile b/7.1/Dockerfile index cfc2e31..e623803 100644 --- a/7.1/Dockerfile +++ b/7.1/Dockerfile @@ -27,14 +27,14 @@ RUN apt-get update -qq && \ # PHP Extensions RUN docker-php-ext-install -j$(nproc) opcache pdo_mysql -COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini +COPY --link conf/php.ini /usr/local/etc/php/conf.d/app.ini # Apache -COPY errors /errors -COPY health.php /health/index.php -COPY conf/vhost.conf /etc/apache2/sites-available/000-default.conf -COPY conf/apache.conf /etc/apache2/conf-available/z-app.conf -COPY index.php /app/index.php +COPY --link errors /errors +COPY --link health.php /health/index.php +COPY --link conf/vhost.conf /etc/apache2/sites-available/000-default.conf +COPY --link conf/apache.conf /etc/apache2/conf-available/z-app.conf +COPY --link index.php /app/index.php RUN a2enmod rewrite remoteip && \ a2enconf z-app diff --git a/7.2-symfony/Dockerfile b/7.2-symfony/Dockerfile index fb27221..08f7321 100644 --- a/7.2-symfony/Dockerfile +++ b/7.2-symfony/Dockerfile @@ -29,14 +29,14 @@ RUN apt-get update -qq && \ # PHP Extensions RUN docker-php-ext-configure zip --with-libzip && \ docker-php-ext-install -j$(nproc) intl opcache pdo_mysql zip -COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini +COPY --link conf/php.ini /usr/local/etc/php/conf.d/app.ini # Apache -COPY errors /errors -COPY health.php /health/index.php -COPY conf/vhost.conf /etc/apache2/sites-available/000-default.conf -COPY conf/apache.conf /etc/apache2/conf-available/z-app.conf -COPY index.php /app/index.php +COPY --link errors /errors +COPY --link health.php /health/index.php +COPY --link conf/vhost.conf /etc/apache2/sites-available/000-default.conf +COPY --link conf/apache.conf /etc/apache2/conf-available/z-app.conf +COPY --link index.php /app/index.php RUN a2enmod rewrite remoteip && \ a2enconf z-app diff --git a/7.2/Dockerfile b/7.2/Dockerfile index 56179ee..7171cf4 100644 --- a/7.2/Dockerfile +++ b/7.2/Dockerfile @@ -27,14 +27,14 @@ RUN apt-get update -qq && \ # PHP Extensions RUN docker-php-ext-install -j$(nproc) opcache pdo_mysql -COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini +COPY --link conf/php.ini /usr/local/etc/php/conf.d/app.ini # Apache -COPY errors /errors -COPY health.php /health/index.php -COPY conf/vhost.conf /etc/apache2/sites-available/000-default.conf -COPY conf/apache.conf /etc/apache2/conf-available/z-app.conf -COPY index.php /app/index.php +COPY --link errors /errors +COPY --link health.php /health/index.php +COPY --link conf/vhost.conf /etc/apache2/sites-available/000-default.conf +COPY --link conf/apache.conf /etc/apache2/conf-available/z-app.conf +COPY --link index.php /app/index.php RUN a2enmod rewrite remoteip && \ a2enconf z-app diff --git a/7.3-symfony/Dockerfile b/7.3-symfony/Dockerfile index 4b7772f..53d8aea 100644 --- a/7.3-symfony/Dockerfile +++ b/7.3-symfony/Dockerfile @@ -29,14 +29,14 @@ RUN apt-get update -qq && \ # PHP Extensions RUN docker-php-ext-configure zip --with-libzip && \ docker-php-ext-install -j$(nproc) intl opcache pdo_mysql zip -COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini +COPY --link conf/php.ini /usr/local/etc/php/conf.d/app.ini # Apache -COPY errors /errors -COPY health.php /health/index.php -COPY conf/vhost.conf /etc/apache2/sites-available/000-default.conf -COPY conf/apache.conf /etc/apache2/conf-available/z-app.conf -COPY index.php /app/index.php +COPY --link errors /errors +COPY --link health.php /health/index.php +COPY --link conf/vhost.conf /etc/apache2/sites-available/000-default.conf +COPY --link conf/apache.conf /etc/apache2/conf-available/z-app.conf +COPY --link index.php /app/index.php RUN a2enmod rewrite remoteip && \ a2enconf z-app diff --git a/7.3/Dockerfile b/7.3/Dockerfile index 2014621..5bc3e71 100644 --- a/7.3/Dockerfile +++ b/7.3/Dockerfile @@ -27,14 +27,14 @@ RUN apt-get update -qq && \ # PHP Extensions RUN docker-php-ext-install -j$(nproc) opcache pdo_mysql -COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini +COPY --link conf/php.ini /usr/local/etc/php/conf.d/app.ini # Apache -COPY errors /errors -COPY health.php /health/index.php -COPY conf/vhost.conf /etc/apache2/sites-available/000-default.conf -COPY conf/apache.conf /etc/apache2/conf-available/z-app.conf -COPY index.php /app/index.php +COPY --link errors /errors +COPY --link health.php /health/index.php +COPY --link conf/vhost.conf /etc/apache2/sites-available/000-default.conf +COPY --link conf/apache.conf /etc/apache2/conf-available/z-app.conf +COPY --link index.php /app/index.php RUN a2enmod rewrite remoteip && \ a2enconf z-app diff --git a/7.4-symfony/Dockerfile b/7.4-symfony/Dockerfile index 24f871b..0d17ccc 100644 --- a/7.4-symfony/Dockerfile +++ b/7.4-symfony/Dockerfile @@ -23,14 +23,14 @@ RUN apt-get update -qq && \ # PHP Extensions RUN docker-php-ext-configure zip && \ docker-php-ext-install -j$(nproc) intl opcache pdo_mysql zip -COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini +COPY --link conf/php.ini /usr/local/etc/php/conf.d/app.ini # Apache -COPY errors /errors -COPY health.php /health/index.php -COPY conf/vhost.conf /etc/apache2/sites-available/000-default.conf -COPY conf/apache.conf /etc/apache2/conf-available/z-app.conf -COPY index.php /app/index.php +COPY --link errors /errors +COPY --link health.php /health/index.php +COPY --link conf/vhost.conf /etc/apache2/sites-available/000-default.conf +COPY --link conf/apache.conf /etc/apache2/conf-available/z-app.conf +COPY --link index.php /app/index.php RUN a2enmod rewrite remoteip && \ a2enconf z-app diff --git a/7.4/Dockerfile b/7.4/Dockerfile index 054387c..e49dc10 100644 --- a/7.4/Dockerfile +++ b/7.4/Dockerfile @@ -20,14 +20,14 @@ RUN apt-get update -qq && \ # PHP Extensions RUN docker-php-ext-install -j$(nproc) opcache pdo_mysql -COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini +COPY --link conf/php.ini /usr/local/etc/php/conf.d/app.ini # Apache -COPY errors /errors -COPY health.php /health/index.php -COPY conf/vhost.conf /etc/apache2/sites-available/000-default.conf -COPY conf/apache.conf /etc/apache2/conf-available/z-app.conf -COPY index.php /app/index.php +COPY --link errors /errors +COPY --link health.php /health/index.php +COPY --link conf/vhost.conf /etc/apache2/sites-available/000-default.conf +COPY --link conf/apache.conf /etc/apache2/conf-available/z-app.conf +COPY --link index.php /app/index.php RUN a2enmod rewrite remoteip && \ a2enconf z-app diff --git a/8.0-symfony/Dockerfile b/8.0-symfony/Dockerfile index 35b3c65..fb36745 100644 --- a/8.0-symfony/Dockerfile +++ b/8.0-symfony/Dockerfile @@ -23,14 +23,14 @@ RUN apt-get update -qq && \ # PHP Extensions RUN docker-php-ext-configure zip && \ docker-php-ext-install -j$(nproc) intl opcache pdo_mysql zip -COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini +COPY --link conf/php.ini /usr/local/etc/php/conf.d/app.ini # Apache -COPY errors /errors -COPY health.php /health/index.php -COPY conf/vhost.conf /etc/apache2/sites-available/000-default.conf -COPY conf/apache.conf /etc/apache2/conf-available/z-app.conf -COPY index.php /app/index.php +COPY --link errors /errors +COPY --link health.php /health/index.php +COPY --link conf/vhost.conf /etc/apache2/sites-available/000-default.conf +COPY --link conf/apache.conf /etc/apache2/conf-available/z-app.conf +COPY --link index.php /app/index.php RUN a2enmod rewrite remoteip && \ a2enconf z-app diff --git a/8.0/Dockerfile b/8.0/Dockerfile index 0a21ccf..0b27d82 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -20,14 +20,14 @@ RUN apt-get update -qq && \ # PHP Extensions RUN docker-php-ext-install -j$(nproc) opcache pdo_mysql -COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini +COPY --link conf/php.ini /usr/local/etc/php/conf.d/app.ini # Apache -COPY errors /errors -COPY health.php /health/index.php -COPY conf/vhost.conf /etc/apache2/sites-available/000-default.conf -COPY conf/apache.conf /etc/apache2/conf-available/z-app.conf -COPY index.php /app/index.php +COPY --link errors /errors +COPY --link health.php /health/index.php +COPY --link conf/vhost.conf /etc/apache2/sites-available/000-default.conf +COPY --link conf/apache.conf /etc/apache2/conf-available/z-app.conf +COPY --link index.php /app/index.php RUN a2enmod rewrite remoteip && \ a2enconf z-app diff --git a/8.1-symfony/Dockerfile b/8.1-symfony/Dockerfile index 8ce3849..e1e0ad6 100644 --- a/8.1-symfony/Dockerfile +++ b/8.1-symfony/Dockerfile @@ -23,14 +23,14 @@ RUN apt-get update -qq && \ # PHP Extensions RUN docker-php-ext-configure zip && \ docker-php-ext-install -j$(nproc) intl opcache pdo_mysql zip -COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini +COPY --link conf/php.ini /usr/local/etc/php/conf.d/app.ini # Apache -COPY errors /errors -COPY health.php /health/index.php -COPY conf/vhost.conf /etc/apache2/sites-available/000-default.conf -COPY conf/apache.conf /etc/apache2/conf-available/z-app.conf -COPY index.php /app/index.php +COPY --link errors /errors +COPY --link health.php /health/index.php +COPY --link conf/vhost.conf /etc/apache2/sites-available/000-default.conf +COPY --link conf/apache.conf /etc/apache2/conf-available/z-app.conf +COPY --link index.php /app/index.php RUN a2enmod rewrite remoteip && \ a2enconf z-app diff --git a/8.1/Dockerfile b/8.1/Dockerfile index a467689..9254669 100644 --- a/8.1/Dockerfile +++ b/8.1/Dockerfile @@ -20,14 +20,14 @@ RUN apt-get update -qq && \ # PHP Extensions RUN docker-php-ext-install -j$(nproc) opcache pdo_mysql -COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini +COPY --link conf/php.ini /usr/local/etc/php/conf.d/app.ini # Apache -COPY errors /errors -COPY health.php /health/index.php -COPY conf/vhost.conf /etc/apache2/sites-available/000-default.conf -COPY conf/apache.conf /etc/apache2/conf-available/z-app.conf -COPY index.php /app/index.php +COPY --link errors /errors +COPY --link health.php /health/index.php +COPY --link conf/vhost.conf /etc/apache2/sites-available/000-default.conf +COPY --link conf/apache.conf /etc/apache2/conf-available/z-app.conf +COPY --link index.php /app/index.php RUN a2enmod rewrite remoteip && \ a2enconf z-app diff --git a/8.2-frankenphp-bookworm/Dockerfile b/8.2-frankenphp-bookworm/Dockerfile index cdbe1e4..b96e300 100644 --- a/8.2-frankenphp-bookworm/Dockerfile +++ b/8.2-frankenphp-bookworm/Dockerfile @@ -20,8 +20,8 @@ RUN apt-get update -qq && \ RUN install-php-extensions opcache pdo_mysql RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" -COPY conf/php.ini $PHP_INI_DIR/conf.d/app.ini +COPY --link conf/php.ini $PHP_INI_DIR/conf.d/app.ini # Caddy COPY --link conf/Caddyfile /etc/caddy/Caddyfile -COPY index.php /app/public/index.php +COPY --link index.php /app/public/index.php diff --git a/8.2-symfony/Dockerfile b/8.2-symfony/Dockerfile index 139f309..46550fd 100644 --- a/8.2-symfony/Dockerfile +++ b/8.2-symfony/Dockerfile @@ -23,14 +23,14 @@ RUN apt-get update -qq && \ # PHP Extensions RUN docker-php-ext-configure zip && \ docker-php-ext-install -j$(nproc) intl opcache pdo_mysql zip -COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini +COPY --link conf/php.ini /usr/local/etc/php/conf.d/app.ini # Apache -COPY errors /errors -COPY health.php /health/index.php -COPY conf/vhost.conf /etc/apache2/sites-available/000-default.conf -COPY conf/apache.conf /etc/apache2/conf-available/z-app.conf -COPY index.php /app/index.php +COPY --link errors /errors +COPY --link health.php /health/index.php +COPY --link conf/vhost.conf /etc/apache2/sites-available/000-default.conf +COPY --link conf/apache.conf /etc/apache2/conf-available/z-app.conf +COPY --link index.php /app/index.php RUN a2enmod rewrite remoteip && \ a2enconf z-app diff --git a/8.2/Dockerfile b/8.2/Dockerfile index 8d81f08..8eb2f4a 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -20,14 +20,14 @@ RUN apt-get update -qq && \ # PHP Extensions RUN docker-php-ext-install -j$(nproc) opcache pdo_mysql -COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini +COPY --link conf/php.ini /usr/local/etc/php/conf.d/app.ini # Apache -COPY errors /errors -COPY health.php /health/index.php -COPY conf/vhost.conf /etc/apache2/sites-available/000-default.conf -COPY conf/apache.conf /etc/apache2/conf-available/z-app.conf -COPY index.php /app/index.php +COPY --link errors /errors +COPY --link health.php /health/index.php +COPY --link conf/vhost.conf /etc/apache2/sites-available/000-default.conf +COPY --link conf/apache.conf /etc/apache2/conf-available/z-app.conf +COPY --link index.php /app/index.php RUN a2enmod rewrite remoteip && \ a2enconf z-app diff --git a/8.3-frankenphp-bookworm/Dockerfile b/8.3-frankenphp-bookworm/Dockerfile index ccebc2b..d6b397a 100644 --- a/8.3-frankenphp-bookworm/Dockerfile +++ b/8.3-frankenphp-bookworm/Dockerfile @@ -20,8 +20,8 @@ RUN apt-get update -qq && \ RUN install-php-extensions opcache pdo_mysql RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" -COPY conf/php.ini $PHP_INI_DIR/conf.d/app.ini +COPY --link conf/php.ini $PHP_INI_DIR/conf.d/app.ini # Caddy COPY --link conf/Caddyfile /etc/caddy/Caddyfile -COPY index.php /app/public/index.php +COPY --link index.php /app/public/index.php diff --git a/8.3-symfony/Dockerfile b/8.3-symfony/Dockerfile index aafa920..c65645b 100644 --- a/8.3-symfony/Dockerfile +++ b/8.3-symfony/Dockerfile @@ -23,14 +23,14 @@ RUN apt-get update -qq && \ # PHP Extensions RUN docker-php-ext-configure zip && \ docker-php-ext-install -j$(nproc) intl opcache pdo_mysql zip -COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini +COPY --link conf/php.ini /usr/local/etc/php/conf.d/app.ini # Apache -COPY errors /errors -COPY health.php /health/index.php -COPY conf/vhost.conf /etc/apache2/sites-available/000-default.conf -COPY conf/apache.conf /etc/apache2/conf-available/z-app.conf -COPY index.php /app/index.php +COPY --link errors /errors +COPY --link health.php /health/index.php +COPY --link conf/vhost.conf /etc/apache2/sites-available/000-default.conf +COPY --link conf/apache.conf /etc/apache2/conf-available/z-app.conf +COPY --link index.php /app/index.php RUN a2enmod rewrite remoteip && \ a2enconf z-app diff --git a/8.3/Dockerfile b/8.3/Dockerfile index 290ca5b..e9f326d 100644 --- a/8.3/Dockerfile +++ b/8.3/Dockerfile @@ -20,14 +20,14 @@ RUN apt-get update -qq && \ # PHP Extensions RUN docker-php-ext-install -j$(nproc) opcache pdo_mysql -COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini +COPY --link conf/php.ini /usr/local/etc/php/conf.d/app.ini # Apache -COPY errors /errors -COPY health.php /health/index.php -COPY conf/vhost.conf /etc/apache2/sites-available/000-default.conf -COPY conf/apache.conf /etc/apache2/conf-available/z-app.conf -COPY index.php /app/index.php +COPY --link errors /errors +COPY --link health.php /health/index.php +COPY --link conf/vhost.conf /etc/apache2/sites-available/000-default.conf +COPY --link conf/apache.conf /etc/apache2/conf-available/z-app.conf +COPY --link index.php /app/index.php RUN a2enmod rewrite remoteip && \ a2enconf z-app