Increase upload_max_filesize
This commit is contained in:
parent
a0a3361721
commit
d27ca1dfcf
@ -10,6 +10,8 @@ RUN BUILD_DEPS="libmcrypt-dev libldap2-dev" && \
|
|||||||
apt-get autoremove --purge -y && \
|
apt-get autoremove --purge -y && \
|
||||||
rm -rf /var/lib/{apt,dpkg,cache,log}/ /tmp/* /var/tmp/*
|
rm -rf /var/lib/{apt,dpkg,cache,log}/ /tmp/* /var/tmp/*
|
||||||
|
|
||||||
|
RUN echo "upload_max_filesize = 512M" > /usr/local/etc/php/conf.d/nameless.ini
|
||||||
|
|
||||||
ADD entrypoint.sh /
|
ADD entrypoint.sh /
|
||||||
|
|
||||||
ARG VERSION=v2.0.0-pr7
|
ARG VERSION=v2.0.0-pr7
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user