diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-13 21:35:32 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-13 21:35:32 +0200 |
commit | c3f914cd2cda564150f79f810e9e68ca521fcfe2 (patch) | |
tree | c8e2e0141044b703eb91b91634cde0b1c3a1a2ac /build/test/front-test.Dockerfile | |
parent | 5cadb24d094f44b6aca3ccd26786702324f94afa (diff) |
test: Introduce/link varnish
Diffstat (limited to 'build/test/front-test.Dockerfile')
-rw-r--r-- | build/test/front-test.Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/test/front-test.Dockerfile b/build/test/front-test.Dockerfile index 38b778d..363ae97 100644 --- a/build/test/front-test.Dockerfile +++ b/build/test/front-test.Dockerfile @@ -40,3 +40,4 @@ RUN echo 'demo:$apr1$IKrQYF6x$0zmRciLR7Clc2tEEosyHV.' > /opt/nms/etc/htpasswd-wr ADD test/dummy-apache2.start / RUN chmod 0755 /dummy-apache2.start CMD /dummy-apache2.start +EXPOSE 80 |