Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -63,7 +63,7 @@ RUN chmod +x /entrypoint.sh
|
|
63 |
# ----------------------------------------------------------
|
64 |
# 9. Set Environment Variables and Expose Port
|
65 |
# ----------------------------------------------------------
|
66 |
-
ENV API_KEY=${
|
67 |
|
68 |
EXPOSE 7860
|
69 |
|
|
|
63 |
# ----------------------------------------------------------
|
64 |
# 9. Set Environment Variables and Expose Port
|
65 |
# ----------------------------------------------------------
|
66 |
+
ENV API_KEY=${API_KEY}
|
67 |
|
68 |
EXPOSE 7860
|
69 |
|