Spaces:
Build error
Build error
Commit
·
542049c
1
Parent(s):
dbc376e
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,4 +16,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
16 |
|
17 |
COPY . .
|
18 |
|
19 |
-
CMD ["
|
|
|
16 |
|
17 |
COPY . .
|
18 |
|
19 |
+
CMD ["python3" ,"bot.py"]# "--host", "0.0.0.0", "--port", "7860"]
|