Spaces:
Sleeping
Sleeping
Commit
·
a1624bc
1
Parent(s):
9be468f
added dockerfile
Browse files- .gitignore +1 -0
- Dockerfile +4 -0
- README.md +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.env
|
Dockerfile
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM postgres
|
2 |
+
|
3 |
+
|
4 |
+
EXPOSE 5432
|
README.md
CHANGED
@@ -5,6 +5,9 @@ colorFrom: gray
|
|
5 |
colorTo: gray
|
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: gray
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
+
app_port: 5432
|
9 |
---
|
10 |
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
12 |
+
|
13 |
+
|