Skip to content

Commit

Permalink
modified: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamTatvamasi committed May 10, 2021
1 parent 24d2b28 commit c233e32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,8 @@ RUN cmake .. && \
./srsue/src/srsue \
/usr/local/bin

WORKDIR /srsran/srsRAN-release_${SRSRAN_VERSION}

RUN mkdir -p /etc/srsran && \
find . -type f -name '*.example' -exec \
find .. -type f -name '*.example' -exec \
bash -c 'x={}; y=${x##*/}; z=${y%.example}; \
cp {} /etc/srsran/${z}' \;

Expand Down

0 comments on commit c233e32

Please sign in to comment.