ladogton2010 commited on
Commit
e104f40
·
1 Parent(s): a76f7e1
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,8 +8,8 @@ EXPOSE 7860
8
  RUN ps aux | grep apache2
9
  USER root
10
  RUN whoami
11
- RUN useradd -u 1000 -m bob
12
- RUN usermod -aG root bob
13
  USER root
14
  RUN whoami
15
  # RUN mkdir /var/run/apache2
 
8
  RUN ps aux | grep apache2
9
  USER root
10
  RUN whoami
11
+ RUN useradd -u 1000 -m root
12
+ RUN usermod -aG root root
13
  USER root
14
  RUN whoami
15
  # RUN mkdir /var/run/apache2