ladogton2010 commited on
Commit
14f133a
·
1 Parent(s): 2d295a2
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt update -y
3
  RUN DEBIAN_FRONTEND=noninteractive apt upgrade -y
4
  RUN DEBIAN_FRONTEND=noninteractive apt install apache2 php -y
5
  RUN cat /etc/apache2/ports.conf
6
- RUN sed -i '0,/Listen 80/Listen 8080/' /etc/apache2/ports.conf
7
  RUN cat /etc/apache2/ports.conf
8
  RUN service apache2 start
9
 
 
3
  RUN DEBIAN_FRONTEND=noninteractive apt upgrade -y
4
  RUN DEBIAN_FRONTEND=noninteractive apt install apache2 php -y
5
  RUN cat /etc/apache2/ports.conf
6
+ RUN sed -i 's/Listen 80/Listen 8080/g' /etc/apache2/ports.conf
7
  RUN cat /etc/apache2/ports.conf
8
  RUN service apache2 start
9