commit | f90b16b1f8578426c5d598ccc0e11506d72c1b6d | [log] [tgz] |
---|---|---|
author | Wei-Yu Chen <wychen@intel.com> | Tue May 24 22:04:41 2022 +0800 |
committer | Wei-Yu Chen <wychen@intel.com> | Wed May 25 21:13:29 2022 +0800 |
tree | 863b76d6cf16033d43641a696ccf5393a52d0b8f | |
parent | b91af855ead147a72e3c76eb34058a2c3656d30b [diff] [blame] |
Update Dockerfile to expose service ports Change-Id: Ia49ab3a2ffaf1a70fb2b9867b3db4b6468d4cb25
diff --git a/Dockerfile b/Dockerfile index 60b19ce..c15fdf0 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -14,3 +14,6 @@ COPY . /opt/enodebd WORKDIR /opt/enodebd RUN make venv && make install-protoc && make proto + +EXPOSE 8080 48080 +CMD ["venv/bin/python", "main.py"]