Skip to content

Commit

Permalink
updated Dockerfile to source entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Arief-AK committed May 28, 2024
1 parent 8f1d85f commit 13534fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,5 @@ RUN echo "# If running on WSL2, uncomment the following lines" >> ~/.bashrc \
# Export worskpace and update sourcing
RUN cd /home/user/sarax_ws/ \
&& echo "export SARAX_WS=$PWD" >> ~/.bashrc \
&& echo "source \$SARAX_WS/devel/setup.bash" >> ~/.bashrc

ENTRYPOINT [ "/home/user/sarax_ws/src/sarax/scripts/container/docker_entrypoint.sh" ]
&& echo "source \$SARAX_WS/devel/setup.bash" >> ~/.bashrc \
&& echo "source \$SARAX_WS/src/sarax/scripts/container/docker_entrypoint.sh" >> ~/.bashrc

0 comments on commit 13534fd

Please sign in to comment.