diff --git a/Dockerfile b/Dockerfile index 8740ef4..2798b3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index 722f2c1..e96905a 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Contributions are welcome! Please feel free to submit a Pull Request. ## License -[MIT License](LICENSE) +[GPLv3](LICENSE) ---