celery-integration
peter.fong 10 months ago
parent ec6f38973a
commit 00aff1841f

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

Loading…
Cancel
Save