Spaces:
Runtime error
Runtime error
Commit
·
60b156f
1
Parent(s):
42da9fa
test html
Browse files- Dockerfile +1 -0
- test.html +1 -0
Dockerfile
CHANGED
@@ -43,4 +43,5 @@ RUN updatedb
|
|
43 |
RUN locate index.html
|
44 |
RUN rm /apache2/htdocs/index.html
|
45 |
COPY index.html /apache2/htdocs/index.html
|
|
|
46 |
CMD [ "bash","-c", "/apache2/bin/apachectl start; curl localhost:7860; tail -F error.log" ]
|
|
|
43 |
RUN locate index.html
|
44 |
RUN rm /apache2/htdocs/index.html
|
45 |
COPY index.html /apache2/htdocs/index.html
|
46 |
+
COPY test.html /apache2/htdocs/test.html
|
47 |
CMD [ "bash","-c", "/apache2/bin/apachectl start; curl localhost:7860; tail -F error.log" ]
|
test.html
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
my test
|