Implement a caching mechanism
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
FROM php:8.3-cli
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
ENV PHP_MEMORY_LIMIT=512M
|
||||
RUN echo "memory_limit=512M" > /usr/local/etc/php/conf.d/memory-limit.ini
|
||||
ENV PHP_MEMORY_LIMIT=1500M
|
||||
RUN echo "memory_limit=1500M" > /usr/local/etc/php/conf.d/memory-limit.ini
|
||||
RUN apt-get update && apt-get install -y \
|
||||
git \
|
||||
unzip \
|
||||
|
||||
Reference in New Issue
Block a user