Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -37,7 +37,7 @@ COPY entrypoint.sh /app/entrypoint.sh
|
|
37 |
RUN chmod +x /app/entrypoint.sh
|
38 |
|
39 |
# Expose Flask default port
|
40 |
-
|
41 |
|
42 |
# Add this near the end of Dockerfile
|
43 |
RUN chmod -R a+w /app/.hf_cache
|
|
|
37 |
RUN chmod +x /app/entrypoint.sh
|
38 |
|
39 |
# Expose Flask default port
|
40 |
+
EXPOSE 7860
|
41 |
|
42 |
# Add this near the end of Dockerfile
|
43 |
RUN chmod -R a+w /app/.hf_cache
|