Spaces:
Runtime error
Runtime error
Dmitry Beresnev
commited on
Commit
·
d5d5cab
1
Parent(s):
d6d7dca
fix dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
|
@@ -25,6 +25,10 @@ ENV https_proxy ""
|
|
| 25 |
|
| 26 |
EXPOSE 8443
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
HEALTHCHECK CMD curl --fail http://localhost:8443/_stcore/health
|
| 29 |
|
| 30 |
ENTRYPOINT ["python3", "src/telegram_bot.py"]
|
|
|
|
| 25 |
|
| 26 |
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"]
|