This commit is contained in:
@@ -7,3 +7,4 @@ build/
|
||||
*.sqlite3
|
||||
.stack-root
|
||||
.pi/
|
||||
__pycache__
|
||||
|
||||
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user