Anuj-Panthri commited on
Commit
a1624bc
·
1 Parent(s): 9be468f

added dockerfile

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. Dockerfile +4 -0
  3. 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
+