ckst commited on
Commit
ede2da1
·
verified ·
1 Parent(s): c63e9a7

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # 下载项目
2
+ git clone https://github.com/Calcium-Ion/new-api.git
3
+ cd new-api
4
+ # 按需编辑 docker-compose.yml
5
+ # 启动
6
+ docker-compose up -d