1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Update Dockerfile

This commit is contained in:
Eldad A. Fux 2019-12-09 14:01:30 +02:00 committed by GitHub
parent 190bdbdd23
commit 2aefc93187
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ ENV TZ=Asia/Tel_Aviv \
#ENV _APP_SMTP_USERNAME ''
#ENV _APP_SMTP_PASSWORD ''
COPY --from=builder /phpredis-3.1.2/modules/redis.so /usr/lib/php/20180731/
COPY --from=builder /phpredis-3.1.2/modules/redis.so /usr/lib/php/20190902/
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone