aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLadue, David (dl3158) <dl3158@att.com>2018-03-22 17:32:07 -0400
committerLadue, David (dl3158) <dl3158@att.com>2018-03-22 17:33:44 -0400
commite0b9a69c01845eb32baaf9029b1775b81d78906f (patch)
treed8deb7079ba9c3466f1a20bd6088a62f4ecc0f50 /Dockerfile
parent86a53c2073d33dfd30c1a5d9f0af720949e0ad33 (diff)
changed docker port fwd to udp
Change-Id: I5614f95e52712e544b29746756bc25b95661f94b Issue-ID: DCAEGEN2-271 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c8c8ae5..9475936 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ RUN useradd -d ${APPDIR} ${APPUSER}
WORKDIR ${APPDIR}
-EXPOSE 162
+EXPOSE 162:162/udp
# Copy the current directory contents into the container at ${APPDIR}
COPY ./bin/ ./bin/