From: josephthaliath Date: Wed, 16 Nov 2022 07:39:32 +0000 (+0530) Subject: Update to Dockerfile X-Git-Tag: 1.0.0~8 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=a73e738b607ca16c4e272f7a3676b903d18056bf;p=aiml-fw%2Fathp%2Fdata-extraction.git Update to Dockerfile Issue-Id: AIMLFW-4 Signed-off-by: josephthaliath Change-Id: Ia66e046221cb784471813f3aae8f30723a155ac7 --- 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