Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Modify container to allow development.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Nov 22, 2023
1 parent 41cb352 commit 48f1a70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ RUN . /opt/ros/humble/setup.sh && \
COPY start.sh /
RUN chmod ugo+x /start.sh

ENTRYPOINT ["/start.sh"]
#ENTRYPOINT ["/start.sh"]
2 changes: 1 addition & 1 deletion docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ docker run -it \
-u 0 \
--privileged \
--network host \
pika_spark_t07_docker
pika_spark_t07_docker sh

0 comments on commit 48f1a70

Please sign in to comment.