Yakova commited on
Commit
8f5ab71
·
verified ·
1 Parent(s): dfafd53

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,4 +1,7 @@
1
  FROM mbonea1234/manager:latest
2
 
 
 
 
3
  EXPOSE 7860
4
  CMD python -m src & python -m http.server 7870 --directory /srv/src/Search_bot_plugins/Assets
 
1
  FROM mbonea1234/manager:latest
2
 
3
+ RUN chown -R admin:admin /srv
4
+ RUN chmod 755 /srv
5
+ USER admin
6
  EXPOSE 7860
7
  CMD python -m src & python -m http.server 7870 --directory /srv/src/Search_bot_plugins/Assets