diff options
author | Josef Gustafsson <josef.gson@gmail.com> | 2015-09-04 12:18:19 +0200 |
---|---|---|
committer | Josef Gustafsson <josef.gson@gmail.com> | 2015-09-04 12:18:19 +0200 |
commit | d1a2f978fb626c904fb1278c792d992ec4563acf (patch) | |
tree | e0ae1a38f9d4fc4c14b433222bff70e64bb1ac83 /examples/docker-minimal-separate/frontend/Dockerfile | |
parent | 4596485adffb636c014362bc982ee0b952c77f26 (diff) |
stripping away everything except what is necessary for nagiosnagios
Diffstat (limited to 'examples/docker-minimal-separate/frontend/Dockerfile')
-rw-r--r-- | examples/docker-minimal-separate/frontend/Dockerfile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/docker-minimal-separate/frontend/Dockerfile b/examples/docker-minimal-separate/frontend/Dockerfile deleted file mode 100644 index d5391b9..0000000 --- a/examples/docker-minimal-separate/frontend/Dockerfile +++ /dev/null @@ -1,13 +0,0 @@ -FROM catlfish - -ADD logkey/eckey.pem logkey/eckey-public.pem /opt/plop/test/ -ADD catlfish.config /opt/catlfish/rel/ -ADD known_roots /opt/catlfish/rel/known_roots -ADD https /opt/catlfish/rel/https -RUN mkdir /opt/catlfish/rel/log - -WORKDIR /opt/catlfish/rel -EXPOSE 8080 -EXPOSE 8082 - -CMD ["/usr/bin/supervisord"] |