Solvaxis
commited on
Commit
·
7281bd5
1
Parent(s):
07f5535
commit
Browse files- Dockerfile +7 -0
- README.md +1 -0
Dockerfile
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM ghcr.io/veloera/veloera:latest
|
2 |
+
|
3 |
+
RUN apk add --no-cache pcre2
|
4 |
+
|
5 |
+
EXPOSE 3000
|
6 |
+
|
7 |
+
RUN chmod 777 -R /data
|
README.md
CHANGED
@@ -5,6 +5,7 @@ colorFrom: red
|
|
5 |
colorTo: blue
|
6 |
sdk: docker
|
7 |
pinned: false
|
|
|
8 |
---
|
9 |
|
10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
5 |
colorTo: blue
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
+
app_port: 3000
|
9 |
---
|
10 |
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|