summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2017-05-16 14:11:21 -0700
committerTyler Baker <tyler.baker@linaro.org>2017-05-16 14:11:21 -0700
commit5a4ce9a28485f349f5fbf396e10ec9fbb47b8633 (patch)
treece56b9fbe4d361cf2c0f4cd41b1ee4484ac3371b
parente60933fa7edb9f94c6fb31923d46dbbc82c6d308 (diff)
Dockerfile: expose port 3079 for the LAVA coordinator
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3468a2b..685a320 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -58,6 +58,6 @@ RUN /start.sh \
COPY configs/tftpd-hpa /etc/default/tftpd-hpa
-EXPOSE 69/udp 80 5555 5556
+EXPOSE 69/udp 80 3079 5555 5556
CMD /start.sh && bash