defendex commited on
Commit
e958322
·
verified ·
1 Parent(s): 15a8d19

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -0
Dockerfile ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ FROM ghcr.io/defendsvip/astrbot_computer:latest
2
+
3
+ USER root
4
+
5
+ EXPOSE 7860
6
+
7
+ ENTRYPOINT ["/entrypoint.sh"]