hstz commited on
Commit
fde4970
·
verified ·
1 Parent(s): 688e1ce

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -1
Dockerfile CHANGED
@@ -1 +1,6 @@
1
- FROM drfyup/fycursor:latest
 
 
 
 
 
 
1
+ FROM drfyup/fycursor:latest
2
+ WORKDIR /app
3
+ COPY .token .
4
+ COPY .token-list .
5
+ RUN chmod 600 /app/.token
6
+ RUN chmod 600 /app/.token-list