Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Aug 14, 2024
1 parent 6c6e715 commit 10de560
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@ RUN set -ex; \
ENTRYPOINT ["/init"]

RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
COPY common/sh /etc/profile.d
COPY common/s6-rc.d /etc/s6-overlay/s6-rc.d
COPY common/nginx/nginx.conf /etc/nginx/nginx.conf
COPY 8.2/php.ini /usr/local/etc/php/conf.d/zz-custom.ini
COPY 8.2/www.conf /usr/local/etc/php-fpm.d/zz-docker.conf

ENV ENV="/etc/profile"
COPY common/aliases.sh /etc/profile.d/aliases.sh

WORKDIR /var/www

# Sensible defaults for production
Expand Down
File renamed without changes.

0 comments on commit 10de560

Please sign in to comment.