diff --git a/Dockerfile b/Dockerfile index dc436bc..3aed8ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ FROM docker.io/alpine:3.22 -RUN apk add --no-cache python3 py3-requests py3-jinja2 +RUN apk add --no-cache python3 py3-requests py3-jinja2 py3-tzdata RUN mkdir /feather WORKDIR /feather COPY *.py config.default.toml LICENSE /feather/ -ENTRYPOINT [ "python3", "main.py" ] +ENTRYPOINT [ "python3", "-u", "main.py" ] diff --git a/README.md b/README.md index a10d06e..20153dc 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ After changing the configuration, you can call `feather regenerate` to regenerat ### Docker +`podman run -d -v ./config.toml:/feather/config.toml -v ./data:/feather/data -v ./reader:/feather/reader --name feather feather daemon` + ### Raw ## FAQ