Skip to content

Commit

Permalink
Merge 7ebdc4d into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 14, 2024
2 parents 0c8e72e + 7ebdc4d commit e098a08
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .lagoon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ COPY --from=builder /tmp/.deploy/cms /app

WORKDIR /app
ENV WEBROOT=web
ENV PHP_MEMORY_LIMIT=2048
# To not meet OOM on Drupal config import.
ENV PHP_MEMORY_LIMIT=2048M

# ====================================================================================================
# PHP IMAGE
Expand All @@ -79,7 +80,8 @@ COPY --from=cli /app /app

WORKDIR /app
ENV WEBROOT=web
ENV PHP_MEMORY_LIMIT=2048
# Keep EX nice when running static builds.
ENV PHP_MEMORY_LIMIT=2048M

# ====================================================================================================
# NGINX IMAGE
Expand Down

0 comments on commit e098a08

Please sign in to comment.