diff --git a/.gitignore b/.gitignore index 15ff06f..bfa68a6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ build/ *.sqlite *.sqlite3 .stack-root -.pi/ \ No newline at end of file +.pi/ +__pycache__ diff --git a/Dockerfile b/Dockerfile index bdabbcd..12c9084 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,4 +30,4 @@ WORKDIR /recipes EXPOSE 8080 -CMD ["/usr/local/bin/roux-server", "--host", "0.0.0.0", "--port", "8080", "--recipe-dir", "/recipes"] +CMD ["/usr/local/bin/roux-server", "--host", "0.0.0.0", "--config", "/roux/config.yaml", "--port", "8080", "--recipe-dir", "/recipes"]