Spaces:
Paused
Paused
add
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -13,5 +13,5 @@ COPY --chown=user ./requirements.txt requirements.txt
|
|
| 13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 14 |
|
| 15 |
COPY --chown=user . /app
|
| 16 |
-
RUN python bot_main.py
|
| 17 |
-
|
|
|
|
| 13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 14 |
|
| 15 |
COPY --chown=user . /app
|
| 16 |
+
# RUN python bot_main.py
|
| 17 |
+
CMD ["python", "bot_main.py"]
|