Spaces:
Runtime error
Runtime error
Dmitry Beresnev
commited on
Commit
·
d6d7dca
1
Parent(s):
efebc38
fix dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -20,6 +20,9 @@ COPY src/ ./src/
|
|
| 20 |
|
| 21 |
RUN pip3 install -r requirements.txt
|
| 22 |
|
|
|
|
|
|
|
|
|
|
| 23 |
EXPOSE 8443
|
| 24 |
|
| 25 |
HEALTHCHECK CMD curl --fail http://localhost:8443/_stcore/health
|
|
|
|
| 20 |
|
| 21 |
RUN pip3 install -r requirements.txt
|
| 22 |
|
| 23 |
+
ENV http_proxy ""
|
| 24 |
+
ENV https_proxy ""
|
| 25 |
+
|
| 26 |
EXPOSE 8443
|
| 27 |
|
| 28 |
HEALTHCHECK CMD curl --fail http://localhost:8443/_stcore/health
|