Update Dockerfile
Browse files- Dockerfile +1 -4
Dockerfile
CHANGED
|
@@ -7,7 +7,4 @@ ENV CLEWDR_IP=0.0.0.0
|
|
| 7 |
ENV CLEWDR_PORT=${PORT:-7860}
|
| 8 |
|
| 9 |
# Expose the port that Hugging Face expects
|
| 10 |
-
EXPOSE ${PORT:-7860}
|
| 11 |
-
|
| 12 |
-
# Start the application
|
| 13 |
-
CMD ["./clewdr"]
|
|
|
|
| 7 |
ENV CLEWDR_PORT=${PORT:-7860}
|
| 8 |
|
| 9 |
# Expose the port that Hugging Face expects
|
| 10 |
+
EXPOSE ${PORT:-7860}
|
|
|
|
|
|
|
|
|