Skip to content

Commit

Permalink
Merge branch 'main' into feature/rejuvination
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes authored Jan 10, 2025
2 parents 67a1551 + d581bb6 commit 43710f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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/ && \
rm -rf /tmp/*.tar.bz2
Expand Down

0 comments on commit 43710f0

Please sign in to comment.