Spaces:
Runtime error
Runtime error
Commit
·
0de36b5
1
Parent(s):
bd39082
project files
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -88,6 +88,6 @@ RUN updatedb
|
|
88 |
RUN locate index.php;
|
89 |
USER user
|
90 |
COPY .htaccess /home/user/apache2/htdocs/
|
91 |
-
COPY app /home/user/apache2/htdocs/
|
92 |
-
COPY public /home/user/apache2/htdocs/
|
93 |
CMD [ "bash","-c", "ls -la /home/user/apache2/htdocs/; /home/user/apache2/bin/apachectl start; curl localhost:7860; tail -F error.log" ]
|
|
|
88 |
RUN locate index.php;
|
89 |
USER user
|
90 |
COPY .htaccess /home/user/apache2/htdocs/
|
91 |
+
COPY app /home/user/apache2/htdocs/app
|
92 |
+
COPY public /home/user/apache2/htdocs/public
|
93 |
CMD [ "bash","-c", "ls -la /home/user/apache2/htdocs/; /home/user/apache2/bin/apachectl start; curl localhost:7860; tail -F error.log" ]
|