mirror of
https://github.com/truecharts/charts.git
synced 2026-07-18 19:01:23 -03:00
Update Dockerfile
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -23,7 +23,7 @@ RUN apk add --no-cache bash curl busybox-suid && \
|
||||
RUN crontab /app/crontab.txt
|
||||
|
||||
# Start cron and HTTP server
|
||||
CMD sh -c "crond -f -L /dev/stdout & python3 -m http.server 8000 --directory /app"
|
||||
CMD sh -c "python3 /app/balfolk_ical.py && crond -f -L /dev/stdout & python3 -m http.server 8000 --directory /app"
|
||||
|
||||
LABEL "org.opencontainers.image.source"="https://github.com/truecharts/containers"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user