Commit 9af06d7e authored by Raphael Defosseux's avatar Raphael Defosseux

[DOCKER] fix in dockerfile, cannot have comment in same line

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent e9b6d070
...@@ -113,9 +113,10 @@ COPY --from=enb-build /oai-ran/docker/etc . ...@@ -113,9 +113,10 @@ COPY --from=enb-build /oai-ran/docker/etc .
WORKDIR /opt/oai-enb WORKDIR /opt/oai-enb
EXPOSE 2152/udp # S1U, GTP/UDP # 2152 --> S1U, GTP/UDP
EXPOSE 36412/udp # S1C, SCTP/UDP # 36412 --> S1C, SCTP/UDP
EXPOSE 36422/udp # X2C, SCTP/UDP # 36422 --> X2C, SCTP/UDP
EXPOSE 2152/udp 36412/udp 36422/udp
#EXPOSE 22100/tcp # ? #EXPOSE 22100/tcp # ?
#EXPOSE 50000/udp # IF5 / ORI (control) #EXPOSE 50000/udp # IF5 / ORI (control)
#EXPOSE 50001/udp # IF5 / ECPRI (data) #EXPOSE 50001/udp # IF5 / ECPRI (data)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment