1
0
Fork 0
mirror of https://codeberg.org/Reuh/feather.git synced 2025-10-27 10:09:32 +00:00

docs: update

This commit is contained in:
Étienne Fildadut 2025-10-09 17:50:09 +02:00
parent f52747b516
commit e5b9fec570
2 changed files with 18 additions and 2 deletions

View file

@ -5,6 +5,6 @@ RUN apk add --no-cache python3 py3-requests py3-jinja2
RUN mkdir /feather
WORKDIR /feather
COPY *.py config.default.toml LICENSE /feather
COPY *.py config.default.toml LICENSE /feather/
ENTRYPOINT [ "python3", "main.py" ]