ladogton2010 commited on
Commit
1d603a1
·
1 Parent(s): 0f60568
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,5 +4,5 @@ RUN apt -y upgrade
4
  RUN apt -y install apache2
5
 
6
  EXPOSE 7860
7
-
8
  CMD ["apache2ctl", "-DFOREGROUND"]
 
4
  RUN apt -y install apache2
5
 
6
  EXPOSE 7860
7
+ USER root
8
  CMD ["apache2ctl", "-DFOREGROUND"]