itanex / stream-assist-bot

GNU General Public License v3.0
1 stars 0 forks source link

Update Docker Container to not mount repository code #75

Closed itanex closed 5 months ago

itanex commented 5 months ago

Currently the Docker container maps the repository directory as a mounted location. This means that when the code runs, it is actually running the repo code and not the copied code as was intended.

Remove the map for ./ ./ from the container definition.