Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,5 +11,5 @@ COPY . .
|
|
| 11 |
# make entrypoint executable
|
| 12 |
RUN chmod +x /app/entrypoint.sh
|
| 13 |
|
| 14 |
-
EXPOSE 7860
|
| 15 |
CMD ["/app/entrypoint.sh"]
|
|
|
|
| 11 |
# make entrypoint executable
|
| 12 |
RUN chmod +x /app/entrypoint.sh
|
| 13 |
|
| 14 |
+
EXPOSE 7860
|
| 15 |
CMD ["/app/entrypoint.sh"]
|