Spaces:
No application file
No application file
Dmitry Beresnev
commited on
Commit
·
abff89f
1
Parent(s):
043c5d6
fix dockerfile
Browse files- dockerfile +2 -1
dockerfile
CHANGED
|
@@ -32,4 +32,5 @@ ENV VAULT_PATH="/app/vault"
|
|
| 32 |
RUN mkdir -p $VAULT_PATH
|
| 33 |
|
| 34 |
# Start Clawdbot
|
| 35 |
-
CMD ["clawdbot", "gateway", "--port", "7860", "--vault-path", "/app/vault"]
|
|
|
|
|
|
| 32 |
RUN mkdir -p $VAULT_PATH
|
| 33 |
|
| 34 |
# Start Clawdbot
|
| 35 |
+
#CMD ["clawdbot", "gateway", "--port", "7860", "--vault-path", "/app/vault"]
|
| 36 |
+
CMD ["python3", "app.py"]
|