2 Commits

Author SHA1 Message Date
35aea9dd7e Merge pull request 'Increase php memory limit' (#17) from feature/increase-memory-limit into master
Reviewed-on: #17
2025-02-04 20:43:56 +01:00
Krzysztof Płaczek
62239bd052 Increase php memory limit 2025-02-04 20:43:33 +01:00

View File

@@ -1,6 +1,7 @@
FROM php:8.3-cli
WORKDIR /usr/src/app
ENV PHP_MEMORY_LIMIT=512M
RUN apt-get update && apt-get install -y \
git \