hotfix/skib-update #21

Merged
holzi1005 merged 4 commits from hotfix/skib-update into main 2025-01-29 22:06:51 +01:00
Showing only changes of commit 6234fa8364 - Show all commits

View file

@ -59,7 +59,8 @@ RUN wget https://github.com/H2-invent/skib-unsere-schulkindbetreuung/releases/do
&& unzip artifact.zip \
&& mkdir data \
&& mkdir -p var/log \
&& mkdir -p var/cache
&& mkdir -p var/cache \
&& rm artifact.zip
ENV nginx_root_directory=/var/www/html/public \
memory_limit=1024M \