mirror of
https://codeberg.org/Reuh/feather.git
synced 2025-10-27 18:19:32 +00:00
fix: rename main.py to feather.py
This commit is contained in:
parent
fc9abd0bc0
commit
c576ed7de2
2 changed files with 4 additions and 3 deletions
|
|
@ -7,4 +7,4 @@ WORKDIR /feather
|
|||
|
||||
COPY *.py config.default.toml LICENSE /feather/
|
||||
|
||||
ENTRYPOINT [ "python3", "-u", "main.py" ]
|
||||
ENTRYPOINT [ "python3", "-u", "feather.py" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue