Spaces:
Sleeping
Sleeping
Commit
·
810b4f8
1
Parent(s):
d1c25af
done
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -108,6 +108,7 @@ RUN /home/user/apache2/bin/apachectl -S
|
|
108 |
USER user
|
109 |
# COPY app /home/user/apache2/htdocs/app
|
110 |
# COPY public /home/user/apache2/htdocs/public
|
|
|
111 |
COPY mvc /home/user/apache2/htdocs/mvc
|
112 |
COPY .htaccess /home/user/apache2/htdocs/.htaccess
|
113 |
|
|
|
108 |
USER user
|
109 |
# COPY app /home/user/apache2/htdocs/app
|
110 |
# COPY public /home/user/apache2/htdocs/public
|
111 |
+
RUN sed -i 's-#LoadModule rewrite_module modules/mod_rewrite.so-LoadModule rewrite_module modules/mod_rewrite.so-' /home/user/apache2/conf/httpd.conf
|
112 |
COPY mvc /home/user/apache2/htdocs/mvc
|
113 |
COPY .htaccess /home/user/apache2/htdocs/.htaccess
|
114 |
|