Skip to content

Commit

Permalink
Copy config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjmetzger committed Dec 11, 2023
1 parent 6c11bb1 commit 8c9ee49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM python:3.9-slim-buster

WORKDIR /app

COPY main.py example_config.py slskd.py betanin.py ./
COPY main.py slskd.py betanin.py ./
COPY example_config.py ./

CMD ["python", "main.py"]

0 comments on commit 8c9ee49

Please sign in to comment.