Skip to content

Commit

Permalink
move map.html to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatel3001 committed Apr 8, 2024
1 parent b140283 commit a22acd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ RUN set -x && \
# install iridium-toolkit
git clone https://github.com/muccc/iridium-toolkit.git /opt/iridium-toolkit && \
pushd /opt/iridium-toolkit && \
mv html/map.html html/index.html && \
rm html/example.sh && \
git apply /tmp/iridium-toolkit.patch && \
popd && \
# install gr-iridium
Expand Down

0 comments on commit a22acd6

Please sign in to comment.