eienmojiki commited on
Commit
5334175
·
verified ·
1 Parent(s): fca6589

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -5
Dockerfile CHANGED
@@ -1,10 +1,6 @@
1
  FROM corentinth/enclosed
2
 
3
- RUN useradd -m -u 1000 koga
4
-
5
- RUN chown -R koga: /app/.data/
6
-
7
- USER koga
8
 
9
  EXPOSE 8787
10
 
 
1
  FROM corentinth/enclosed
2
 
3
+ RUN chmod 777 /app/.data/
 
 
 
 
4
 
5
  EXPOSE 8787
6