Skip to content

Commit

Permalink
fixed Docker bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
cueltschey committed Oct 11, 2024
1 parent cf49dff commit 5f66eb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ WORKDIR /opt/soft-t-ue/build
RUN cmake ../ && \
make -j$(nproc) && \
make install && \
srsran_install_configs.sh user
srsran_install_configs.sh user && \
ldconfig

WORKDIR /opt/soft-t-ue/

CMD /usr/local/bin/srsue "${CONFIG}" "${ARGS}"
CMD /usr/local/bin/srsue "${CONFIG}" $ARGS

0 comments on commit 5f66eb7

Please sign in to comment.