wrapper 2.4, changed PROXY config, docker php82
This commit is contained in:
parent
9d9207b05e
commit
7c333b1658
7 changed files with 623 additions and 76 deletions
|
|
@ -1,16 +1,16 @@
|
|||
FROM trafex/php-nginx:3.1.0
|
||||
FROM trafex/php-nginx:3.4.0
|
||||
|
||||
# Add composer
|
||||
COPY --from=composer /usr/bin/composer /usr/bin/composer
|
||||
|
||||
# Copy config
|
||||
COPY ./misc/setup/docker/php.ini /etc/php81/conf.d/settings.ini
|
||||
COPY ./misc/setup/docker/php.ini /etc/php82/conf.d/settings.ini
|
||||
|
||||
USER root
|
||||
# Create cache folder
|
||||
RUN mkdir /cache && chown -R nobody:nogroup /cache
|
||||
# Install deps
|
||||
RUN apk add --no-cache php81-redis php81-zip php81-tokenizer
|
||||
RUN apk add --no-cache php82-redis php82-zip php82-tokenizer
|
||||
USER nobody
|
||||
|
||||
# Copy source
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue