Skip to content

Commit 99a7c17

Browse files
authored
Merge pull request #3 from buggregator/feature/improve-docker-image
fix
2 parents 487c3c1 + 59e3c19 commit 99a7c17

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
@@ -32,7 +32,7 @@ RUN apk update && apk add --no-cache \
3232

3333
# PHP settings
3434
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" \
35-
&& echo "memory_limit=2048M" >> "$PHP_INI_DIR/conf.d/docker-php.ini"
35+
&& echo "memory_limit=2048M" >> "$PHP_INI_DIR/conf.d/docker-php.ini" \
3636
&& echo "post_max_size=1024M" >> "$PHP_INI_DIR/conf.d/docker-php.ini"
3737

3838
# Nginx

0 commit comments

Comments
 (0)