Spaces:
Sleeping
Sleeping
Create Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
FROM lanqian528/chat2api:latest
|
2 |
+
COPY --chown=user ./token.txt /app/data/token.txt
|