Spaces:
Runtime error
Runtime error
Dmitry Beresnev
commited on
Commit
·
58b0b2a
1
Parent(s):
9a5930e
fix dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -27,8 +27,6 @@ EXPOSE 8443
|
|
| 27 |
|
| 28 |
EXPOSE 8080
|
| 29 |
|
| 30 |
-
RUN echo "nameserver 8.8.8.8" > /etc/resolv.conf
|
| 31 |
-
|
| 32 |
HEALTHCHECK CMD curl --fail http://localhost:8443/_stcore/health
|
| 33 |
|
| 34 |
ENTRYPOINT ["python3", "src/telegram_bot.py"]
|
|
|
|
| 27 |
|
| 28 |
EXPOSE 8080
|
| 29 |
|
|
|
|
|
|
|
| 30 |
HEALTHCHECK CMD curl --fail http://localhost:8443/_stcore/health
|
| 31 |
|
| 32 |
ENTRYPOINT ["python3", "src/telegram_bot.py"]
|