Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,4 +20,4 @@ EXPOSE 7860
|
|
| 20 |
ENV PORT=7860
|
| 21 |
ENV NODE_ENV=production
|
| 22 |
|
| 23 |
-
CMD ["sh", "-c", "node dist/index.cjs & echowarp 7860 --debug --name
|
|
|
|
| 20 |
ENV PORT=7860
|
| 21 |
ENV NODE_ENV=production
|
| 22 |
|
| 23 |
+
CMD ["sh", "-c", "node dist/index.cjs & echowarp 7860 --debug --name yuki"]
|