Commit 063945ab authored by Raphael Defosseux's avatar Raphael Defosseux

Merge branch 'add-entrypoint-u18-image' into 'develop'

[docker] add entrypoint U18 target image

See merge request oai/cn5g/oai-cn5g-smf!45
parents fd198951 8cae19c5
...@@ -112,5 +112,3 @@ EXPOSE 80/tcp 9090/tcp 8805/udp ...@@ -112,5 +112,3 @@ EXPOSE 80/tcp 9090/tcp 8805/udp
CMD ["/openair-smf/bin/oai_smf", "-c", "/openair-smf/etc/smf.conf", "-o"] CMD ["/openair-smf/bin/oai_smf", "-c", "/openair-smf/etc/smf.conf", "-o"]
ENTRYPOINT ["/openair-smf/bin/entrypoint.sh"] ENTRYPOINT ["/openair-smf/bin/entrypoint.sh"]
#CMD ["sleep", "infinity"]
...@@ -91,3 +91,8 @@ COPY --from=oai-smf-builder /openair-smf/etc/smf.conf . ...@@ -91,3 +91,8 @@ COPY --from=oai-smf-builder /openair-smf/etc/smf.conf .
WORKDIR /openair-smf WORKDIR /openair-smf
# expose ports
EXPOSE 80/tcp 9090/tcp 8805/udp
CMD ["/openair-smf/bin/oai_smf", "-c", "/openair-smf/etc/smf.conf", "-o"]
ENTRYPOINT ["/openair-smf/bin/entrypoint.sh"]
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