Skip to content

Commit 898e46e

Browse files
fix(jetson): update entrypoint path & dockerfile path
1 parent 43c7432 commit 898e46e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jetson/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"build": {
55
"dockerfile": "../Dockerfile",
6-
"context": "..",
6+
"context": "../..",
77
"args":
88
{
99
"ROS_DISTRO": "humble"

jetson/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ RUN /bin/bash -c "source /opt/ros/${ROS_DISTRO}/setup.bash && \
107107
colcon build --packages-select azure_kinect_ros_driver"
108108

109109
# Copy entrypoint script
110-
COPY ../entrypoint.sh /entrypoint.sh
110+
COPY entrypoint.sh /entrypoint.sh
111111
RUN chmod +x /entrypoint.sh
112112

113113
# Set entrypoint to source environments before running anything

0 commit comments

Comments
 (0)