Spaces:
Sleeping
Sleeping
Commit
·
c6052b3
1
Parent(s):
395c398
Dockerfile updated
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -35,7 +35,7 @@ RUN locate php
|
|
35 |
RUN cat /etc/php/8.2/apache2/php.ini
|
36 |
RUN tree /etc/php
|
37 |
RUN touch .env
|
38 |
-
RUN chmod 777 .
|
39 |
CMD \
|
40 |
ls /home -la ; \
|
41 |
pwd; \
|
|
|
35 |
RUN cat /etc/php/8.2/apache2/php.ini
|
36 |
RUN tree /etc/php
|
37 |
RUN touch .env
|
38 |
+
RUN chmod 777 .env
|
39 |
CMD \
|
40 |
ls /home -la ; \
|
41 |
pwd; \
|