ladogton2010 commited on
Commit
1da680e
·
1 Parent(s): 714dbb1
Files changed (2) hide show
  1. Dockerfile +4 -0
  2. README.md +1 -0
Dockerfile ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ FROM mariadb:lts
2
+
3
+ EXPOSE 7860
4
+ CMD CMD ["mariadbd"]
README.md CHANGED
@@ -7,6 +7,7 @@ sdk: docker
7
  pinned: false
8
  license: cc-by-nc-nd-4.0
9
  short_description: mariadb
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
7
  pinned: false
8
  license: cc-by-nc-nd-4.0
9
  short_description: mariadb
10
+ app-port: 7860
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference