container procps

celery-integration
peter.fong 11 months ago
parent 6990183bee
commit 78af76b2b9

@ -1,7 +1,7 @@
# Gebruik een officiële Python-image als basis # Gebruik een officiële Python-image als basis
FROM python:3.9-slim FROM python:3.9-slim
RUN apt-get update && apt-get -y install cron nano RUN apt-get update && apt-get -y install cron nano && procps
# Werkdirectory instellen # Werkdirectory instellen
WORKDIR /app WORKDIR /app

Loading…
Cancel
Save