mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-12-19 08:29:30 +00:00
Fix High memmory usage problem due to running multiple updater proccess
This commit is contained in:
parent
cfbffe1f64
commit
5ab8c5f10a
3 changed files with 14 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ RUN set -ex \
|
|||
&& deps=' \
|
||||
htop \
|
||||
' \
|
||||
&& apt-get install -y python3 pip $buildDeps $deps --no-install-recommends && pip install -r /reqs.txt --break-system-packages
|
||||
&& apt-get install -y python3 python3-dev pip $buildDeps $deps --no-install-recommends && pip install -r /reqs.txt --break-system-packages
|
||||
COPY front-update.py /
|
||||
COPY mwcrontab /etc/cron.d/mwcrontab
|
||||
RUN chmod 0644 /etc/cron.d/mwcrontab
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue