Skip to content

Commit d09c70e

Browse files
authored
add space
1 parent 629764c commit d09c70e

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
@@ -4,7 +4,7 @@ ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \
44
PHP_OPCACHE_MAX_ACCELERATED_FILES="10000" \
55
PHP_OPCACHE_MEMORY_CONSUMPTION="192" \
66
PHP_OPCACHE_MAX_WASTED_PERCENTAGE="10" \
7-
PHP_MEMORY_LIMIT="512M"\
7+
PHP_MEMORY_LIMIT="512M" \
88
PHP_MAX_EXECUTION_TIME="60"
99

1010
RUN apk info \

0 commit comments

Comments
 (0)