Spaces:
Build error
Build error
Commit
·
e104f40
1
Parent(s):
a76f7e1
root 2
Browse files- 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
|
12 |
-
RUN usermod -aG root
|
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
|