Skip to content

Commit

Permalink
Fix OIA binary path (#410)
Browse files Browse the repository at this point in the history
Signed-off-by: Aitor Iturrioz <[email protected]>
  • Loading branch information
bodiroga authored Jan 23, 2025
1 parent cd731f7 commit bcbd2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oai/enb_dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ RUN . ./oaienv && cd cmake_targets && \
./build_oai -I -w USRP --eNB --verbose-compile


CMD . ./oaienv && /mnt/oai/oai_init.sh && cd cmake_targets/lte_build_oai/build && \
CMD . ./oaienv && /mnt/oai/oai_init.sh && cd cmake_targets/ran_build/build && \

Check warning on line 53 in oai/enb_dockerfile

View workflow job for this annotation

GitHub Actions / build (docker_oai_enb, oai, enb_dockerfile)

JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals

JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
./lte-softmodem -O $OPENAIR_DIR/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.50PRB.usrpb210.conf -d

0 comments on commit bcbd2e8

Please sign in to comment.