From a73e738b607ca16c4e272f7a3676b903d18056bf Mon Sep 17 00:00:00 2001 From: josephthaliath Date: Wed, 16 Nov 2022 13:09:32 +0530 Subject: [PATCH] Update to Dockerfile Issue-Id: AIMLFW-4 Signed-off-by: josephthaliath Change-Id: Ia66e046221cb784471813f3aae8f30723a155ac7 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 198f2b6..ced0e64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ # # ================================================================================== #Base Image +FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as ubuntu FROM ubuntu:18.04 # location in the container @@ -47,4 +48,4 @@ COPY . . RUN pip3 install -r requirements.txt #Expose the ports -EXPOSE 5000 +EXPOSE 32000 -- 2.16.6