Skip to content

Commit 7c404b3

Browse files
committed
changes for memory_limit in php.ini
1 parent e2ba131 commit 7c404b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN apk add --no-cache \
3838
&& apk del --no-cache git \
3939
&& rm -rf /root/.composer/cache/* \
4040
&& ln -s /root/drupalsecure_code_sniffs/DrupalSecure /root/.composer/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/DrupalSecure \
41-
sed -i "s/.*memory_limit = .*/memory_limit = -1/" /etc/php7/php.ini
41+
&& sed -i "s/.*memory_limit = .*/memory_limit = -1/" /etc/php7/php.ini
4242

4343
VOLUME /work
4444
WORKDIR /work

0 commit comments

Comments
 (0)