Spaces:
Sleeping
Sleeping
Commit
·
7e3f84b
1
Parent(s):
8bf9a24
test vars
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -30,4 +30,5 @@ RUN updatedb
|
|
30 |
RUN locate php
|
31 |
RUN cat /etc/apache2/mods-available/php8.2.conf
|
32 |
|
33 |
-
CMD
|
|
|
|
30 |
RUN locate php
|
31 |
RUN cat /etc/apache2/mods-available/php8.2.conf
|
32 |
|
33 |
+
CMD \
|
34 |
+
env | grep _ >> /etc/environment; env; grep -rnw '/etc/apache2/' -e 'clear_env' ; echo nada ; whoami; id; cat /etc/apache2/sites-enabled/000-default.conf; service apache2 start; tail -F /var/log/apache2/error.log
|