Loads config in Docker
Build and Deploy / build-and-deploy (push) Successful in 1m35s

This commit is contained in:
2026-05-21 10:48:52 -04:00
parent e5e0f1c0e0
commit 5680cc434c
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -6,4 +6,5 @@ build/
*.sqlite *.sqlite
*.sqlite3 *.sqlite3
.stack-root .stack-root
.pi/ .pi/
__pycache__
+1 -1
View File
@@ -30,4 +30,4 @@ WORKDIR /recipes
EXPOSE 8080 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"]