diff --git a/Dockerfile b/Dockerfile index 9f2d3d3..1c25300 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3-slim MAINTAINER mail@sp-codes.de RUN pip3 install feed2toot diff --git a/cron b/cron index 9358555..72b0f30 100644 --- a/cron +++ b/cron @@ -1 +1 @@ -* * * * * /usr/local/bin/feed2toot --debug -c /feed2toot/feed2toot.ini > /proc/1/fd/1 2>/proc/1/fd/2 +* * * * * /usr/local/bin/feed2toot -c /feed2toot/feed2toot.ini > /proc/1/fd/1 2>/proc/1/fd/2