Spaces:
Sleeping
Sleeping
Commit
·
44a85d8
1
Parent(s):
8b5b828
test 1
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -83,8 +83,8 @@ RUN make install
|
|
83 |
RUN apt install -y php-xml php-sqlite3
|
84 |
# USER user
|
85 |
|
86 |
-
COPY index.php /home/user/apache2/htdocs/index.php
|
87 |
-
COPY test.html /home/user/apache2/htdocs/test.html
|
88 |
|
89 |
RUN sed -i 's/DirectoryIndex index.html/DirectoryIndex index.php index.html/' /home/user/apache2/conf/httpd.conf
|
90 |
RUN echo "LoadModule php_module modules/libphp.so" >> /home/user/apache2/conf/httpd.conf
|
|
|
83 |
RUN apt install -y php-xml php-sqlite3
|
84 |
# USER user
|
85 |
|
86 |
+
# COPY index.php /home/user/apache2/htdocs/index.php
|
87 |
+
# COPY test.html /home/user/apache2/htdocs/test.html
|
88 |
|
89 |
RUN sed -i 's/DirectoryIndex index.html/DirectoryIndex index.php index.html/' /home/user/apache2/conf/httpd.conf
|
90 |
RUN echo "LoadModule php_module modules/libphp.so" >> /home/user/apache2/conf/httpd.conf
|