-
- Downloads
Installing mapache (specific version) from our own apt repository
... | @@ -62,7 +62,6 @@ ADD configure.sh \ | ... | @@ -62,7 +62,6 @@ ADD configure.sh \ |
run-httpd.sh \ | run-httpd.sh \ | ||
run-seeder.sh \ | run-seeder.sh \ | ||
seeder.py \ | seeder.py \ | ||
get-token-and-render.sh \ | |||
|
|||
mapcache-template.xml \ | mapcache-template.xml \ | ||
/ | / | ||
RUN chmod -v +x \ | RUN chmod -v +x \ | ||
... | @@ -70,7 +69,5 @@ RUN chmod -v +x \ | ... | @@ -70,7 +69,5 @@ RUN chmod -v +x \ |
/run-httpd.sh \ | /run-httpd.sh \ | ||
/run-seeder.sh | /run-seeder.sh | ||
ADD reload-http /etc/cron.d/ | |||
EXPOSE 80 | EXPOSE 80 | ||
CMD ["/run-httpd.sh"] | CMD ["/run-httpd.sh"] |