Spaces:
Sleeping
Sleeping
create dockerfile
Browse files- Dockerfile +5 -0
Dockerfile
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM ghcr.io/libredb/libredb-studio:latest
|
| 2 |
+
|
| 3 |
+
# Hugging Face Spaces requires port 7860
|
| 4 |
+
ENV PORT=7860
|
| 5 |
+
EXPOSE 7860
|