Skip to content

Commit

Permalink
Change docker command since it seems as though this is squashing the …
Browse files Browse the repository at this point in the history
…output.
  • Loading branch information
MrTyton committed May 28, 2024
1 parent e02dd26 commit 5dfd386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ VOLUME /config
WORKDIR /config

#ENTRYPOINT ["/init"]
CMD ["python", "/app/fanficdownload.py", "--config", "/config/config.toml"]
CMD python /app/fanficdownload.py --config="/config/config.toml"
2 changes: 1 addition & 1 deletion release-versions/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.05.27-13
2024.05.28

0 comments on commit 5dfd386

Please sign in to comment.