Spaces:
Paused
Paused
Commit ·
c27b1bc
1
Parent(s): 7db91c7
部署
Browse files- .gitignore +1 -0
- Dockerfile +1 -1
- static/.gitkeep +0 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
.spec-workflow/
|
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ COPY config.yaml /CLIProxyAPI/config.yaml
|
|
| 6 |
COPY auth /CLIProxyAPI/auth
|
| 7 |
COPY logs /CLIProxyAPI/logs
|
| 8 |
COPY conv /CLIProxyAPI/conv
|
| 9 |
-
|
| 10 |
#修改权限
|
| 11 |
RUN chmod 777 /CLIProxyAPI/config.yaml
|
| 12 |
RUN chmod 777 /CLIProxyAPI/auth
|
|
|
|
| 6 |
COPY auth /CLIProxyAPI/auth
|
| 7 |
COPY logs /CLIProxyAPI/logs
|
| 8 |
COPY conv /CLIProxyAPI/conv
|
| 9 |
+
COPY static /CLIProxyAPI/static
|
| 10 |
#修改权限
|
| 11 |
RUN chmod 777 /CLIProxyAPI/config.yaml
|
| 12 |
RUN chmod 777 /CLIProxyAPI/auth
|
static/.gitkeep
ADDED
|
File without changes
|