mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 17:42:29 +01:00
Remove redundant
This commit is contained in:
parent
622d5768a5
commit
fe488e5752
|
@ -7,8 +7,6 @@ WORKDIR /tmp/build/rootfs
|
||||||
# Build root filesystem structure (overlay), and copy over neccessary files
|
# Build root filesystem structure (overlay), and copy over neccessary files
|
||||||
RUN mkdir -p usr/local/bin \
|
RUN mkdir -p usr/local/bin \
|
||||||
&& mkdir -p usr/local/etc/php/conf.d/ \
|
&& mkdir -p usr/local/etc/php/conf.d/ \
|
||||||
&& mkdir -p usr/src/ \
|
|
||||||
&& mv /usr/src/wordpress usr/src/ \
|
|
||||||
&& mv /usr/local/etc/php/conf.d/error-logging.ini usr/local/etc/php/conf.d/ \
|
&& mv /usr/local/etc/php/conf.d/error-logging.ini usr/local/etc/php/conf.d/ \
|
||||||
&& mv /usr/local/etc/php/conf.d/opcache-recommended.ini usr/local/etc/php/conf.d/
|
&& mv /usr/local/etc/php/conf.d/opcache-recommended.ini usr/local/etc/php/conf.d/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user