aithink commited on
Commit
a775038
Β·
verified Β·
1 Parent(s): 4ce6236

Upload 2 files

Browse files
Files changed (2) hide show
  1. Dockerfile +7 -0
  2. README.md +12 -10
Dockerfile ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ FROM moelin/1panel:latest
2
+
3
+ RUN mkdir -p /opt/1panel/log && \
4
+ mkdir -p /opt/1panel/db && \
5
+ chmod -R 777 /opt/1panel
6
+
7
+ EXPOSE 10086
README.md CHANGED
@@ -1,10 +1,12 @@
1
- ---
2
- title: 1panel
3
- emoji: πŸ“‰
4
- colorFrom: green
5
- colorTo: purple
6
- sdk: docker
7
- pinned: false
8
- ---
9
-
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
1
+ ---
2
+ title: 1panel
3
+ emoji: πŸ“Š
4
+ colorFrom: red
5
+ colorTo: gray
6
+ sdk: docker
7
+ pinned: false
8
+ license: apache-2.0
9
+ app_port: 10086
10
+ ---
11
+
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference