DT
Size: a a a
DT
SZ
DT
КГ
SZ
SZ
КГ
SZ
SZ
COPY composer.json composer.lock symfony.lock ./
RUN set -eux; \
composer install -o --prefer-dist --no-progress --no-scripts; \
composer clear-cache
COPY .env ./
RUN composer dump-env prod; \
rm .env
COPY bin bin/
COPY config config/
COPY templates templates/
COPY src src/
COPY web/app.php web/app.php
RUN set -eux; \
mkdir -p var/cache var/log; \
composer dump-autoload --classmap-authoritative --no-dev; \
composer run-script --no-dev post-install-cmd; \
chown -R www-data:www-data var/cache/; \
chmod +x bin/console; sync
RUN echo -n "\nopcache.preload=/app/var/cache/prod/App_KernelProdContainer.preload.php" >> /usr/local/etc/php/php.ini
КГ
КГ
COPY composer.json composer.lock symfony.lock ./
RUN set -eux; \
composer install -o --prefer-dist --no-progress --no-scripts; \
composer clear-cache
COPY .env ./
RUN composer dump-env prod; \
rm .env
COPY bin bin/
COPY config config/
COPY templates templates/
COPY src src/
COPY web/app.php web/app.php
RUN set -eux; \
mkdir -p var/cache var/log; \
composer dump-autoload --classmap-authoritative --no-dev; \
composer run-script --no-dev post-install-cmd; \
chown -R www-data:www-data var/cache/; \
chmod +x bin/console; sync
RUN echo -n "\nopcache.preload=/app/var/cache/prod/App_KernelProdContainer.preload.php" >> /usr/local/etc/php/php.ini
ЕР
COPY composer.json composer.lock symfony.lock ./
RUN set -eux; \
composer install -o --prefer-dist --no-progress --no-scripts; \
composer clear-cache
COPY .env ./
RUN composer dump-env prod; \
rm .env
COPY bin bin/
COPY config config/
COPY templates templates/
COPY src src/
COPY web/app.php web/app.php
RUN set -eux; \
mkdir -p var/cache var/log; \
composer dump-autoload --classmap-authoritative --no-dev; \
composer run-script --no-dev post-install-cmd; \
chown -R www-data:www-data var/cache/; \
chmod +x bin/console; sync
RUN echo -n "\nopcache.preload=/app/var/cache/prod/App_KernelProdContainer.preload.php" >> /usr/local/etc/php/php.ini
SZ
КГ
КГ
AD
SZ
SZ
SZ