Spaces:
Sleeping
Sleeping
Commit
·
ae542f7
1
Parent(s):
19fec73
tree of php folder
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ RUN set
|
|
4 |
RUN DEBIAN_FRONTEND=noninteractive apt update -y
|
5 |
RUN DEBIAN_FRONTEND=noninteractive apt upgrade -y
|
6 |
RUN DEBIAN_FRONTEND=noninteractive apt install -y apache2 php net-tools
|
7 |
-
RUN DEBIAN_FRONTEND=noninteractive apt install -y locate
|
8 |
RUN cat /etc/apache2/ports.conf
|
9 |
RUN sed -i 's/Listen 80/Listen 8080/g' /etc/apache2/ports.conf
|
10 |
RUN sed -i 's/:80/:8080/g' /etc/apache2/sites-enabled/000-default.conf
|
@@ -29,6 +29,7 @@ RUN grep -rnw '/etc/' -e 'clear_env' ; echo nada
|
|
29 |
RUN updatedb
|
30 |
RUN locate php
|
31 |
RUN cat /etc/apache2/mods-available/php8.2.conf
|
|
|
32 |
|
33 |
CMD \
|
34 |
echo URL=$URL >> .env; \
|
|
|
4 |
RUN DEBIAN_FRONTEND=noninteractive apt update -y
|
5 |
RUN DEBIAN_FRONTEND=noninteractive apt upgrade -y
|
6 |
RUN DEBIAN_FRONTEND=noninteractive apt install -y apache2 php net-tools
|
7 |
+
RUN DEBIAN_FRONTEND=noninteractive apt install -y locate tree
|
8 |
RUN cat /etc/apache2/ports.conf
|
9 |
RUN sed -i 's/Listen 80/Listen 8080/g' /etc/apache2/ports.conf
|
10 |
RUN sed -i 's/:80/:8080/g' /etc/apache2/sites-enabled/000-default.conf
|
|
|
29 |
RUN updatedb
|
30 |
RUN locate php
|
31 |
RUN cat /etc/apache2/mods-available/php8.2.conf
|
32 |
+
RUN tree /etc/php
|
33 |
|
34 |
CMD \
|
35 |
echo URL=$URL >> .env; \
|