diff --git a/docker/Dockerfile b/docker/Dockerfile index b3ed8f4..be2a73a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -134,7 +134,7 @@ COPY --from=base / / RUN wget https://raw.githubusercontent.com/AIResearchLab/astra_legacy_ros/main/astra_camera/scripts/56-orbbec-usb.rules && \ cp 56-orbbec-usb.rules /etc/udev/rules.d/56-orbbec-usb.rules -COPY workspace_entrypoint.sh /workspace_entrypoint.sh +COPY docker/workspace_entrypoint.sh /workspace_entrypoint.sh RUN chmod +x /workspace_entrypoint.sh