shiveshnavin commited on
Commit
3f64afc
·
1 Parent(s): 23fea73
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -6,8 +6,9 @@ RUN whoami
6
  RUN mkdir -p /gentle/webdata/zip
7
 
8
  RUN chown -R 1000:1000 /gentle/webdata/zip
 
9
 
10
  EXPOSE 8765
11
  EXPOSE 7860
12
 
13
- CMD sh -c "echo $USER && cd /gentle && python serve.py & socat TCP-LISTEN:7860,fork,reuseaddr TCP:localhost:8765"
 
6
  RUN mkdir -p /gentle/webdata/zip
7
 
8
  RUN chown -R 1000:1000 /gentle/webdata/zip
9
+ RUN chown -R 1000:1000 /gentle
10
 
11
  EXPOSE 8765
12
  EXPOSE 7860
13
 
14
+ CMD sh -c "cd /gentle && python serve.py & socat TCP-LISTEN:7860,fork,reuseaddr TCP:localhost:8765"