Code Review
/
aiml-fw
/
athp
/
data-extraction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
fab3ec3
)
Update to Dockerfile
60/9660/1
author
josephthaliath
<jo.thaliath@samsung.com>
Wed, 16 Nov 2022 07:39:32 +0000
(13:09 +0530)
committer
josephthaliath
<jo.thaliath@samsung.com>
Wed, 16 Nov 2022 07:40:35 +0000
(13:10 +0530)
Issue-Id: AIMLFW-4
Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
Change-Id: Ia66e046221cb784471813f3aae8f30723a155ac7
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
198f2b6
..
ced0e64
100644
(file)
--- 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
5
000
+EXPOSE
32
000