Skip to content

Commit

Permalink
Allow more php memory, needed for config push
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes authored Jan 8, 2025
1 parent 16ac505 commit d581bb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ARG GIT_COMMIT_TIME
ENV OPENCONEXT_APP_VERSION=${APP_VERSION}
ENV OPENCONEXT_GIT_SHA=${GIT_SHA}
ENV OPENCONEXT_COMMIT_DATE=${GIT_COMMIT_TIME}
ENV PHP_MEMORY_LIMIT=256m

COPY *.tar.bz2 /tmp/
RUN tar -xvjf /tmp/*.tar.bz2 -C /var/www/html/ && \
Expand Down

0 comments on commit d581bb6

Please sign in to comment.