Skip to content

Commit

Permalink
fix(docker): include settings.toml to allow app to start
Browse files Browse the repository at this point in the history
Add settings.toml to Dockerfile, fixing critical startup issue.
  • Loading branch information
rtuszik committed Sep 3, 2024
1 parent 1781880 commit ce0f378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN python -m pip install -r requirements.txt

# Copy the application source code to the working directory
COPY src/ .
COPY settings.toml .

# Expose the desired port
EXPOSE 8080
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Contributions are welcome! Please feel free to submit a Pull Request.

## License

[MIT License](LICENSE)
[GPLv3](LICENSE)

---

0 comments on commit ce0f378

Please sign in to comment.