Spaces:
Build error
Build error
Commit
·
1f8cb54
1
Parent(s):
e104f40
no add user
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ EXPOSE 7860
|
|
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
|
|
|
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
|