Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -24,5 +24,6 @@ COPY start.sh /start.sh
|
|
| 24 |
RUN chmod +x /start.sh
|
| 25 |
|
| 26 |
ENV API_PORT=7860
|
|
|
|
| 27 |
EXPOSE 7860
|
| 28 |
CMD ["/start.sh"]
|
|
|
|
| 24 |
RUN chmod +x /start.sh
|
| 25 |
|
| 26 |
ENV API_PORT=7860
|
| 27 |
+
ENV API_URL=https://AISimplyExplained-test.hf.space
|
| 28 |
EXPOSE 7860
|
| 29 |
CMD ["/start.sh"]
|