Spaces:
Sleeping
Sleeping
Commit
·
14f133a
1
Parent(s):
2d295a2
sed 3
Browse files- 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 '
|
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 |
|