Fixes typo in Dockerfile config
Build and Deploy / build-and-deploy (push) Successful in 1m43s

This commit is contained in:
2026-05-21 11:03:10 -04:00
parent d9a7f6538e
commit 76fb927109
+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", "--config", "/roux/config.yaml", "--port", "8080", "--recipe-dir", "/recipes"] CMD ["/usr/local/bin/roux-server", "--host", "0.0.0.0", "--config-file", "/roux/config.yaml", "--port", "8080", "--recipe-dir", "/recipes"]