Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Oguz Ozturk <oguzkaganozt@gmail.com>
  • Loading branch information
oguzkaganozt committed Feb 4, 2025
1 parent f168376 commit a4ea4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/tools/visualizer/Dockerfile.visualizer
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN echo "source /opt/ros/$ROS_DISTRO/setup.bash" >> /root/.bashrc && \
COPY docker/tools/visualizer/etc/autoware.rviz /autoware/autoware.rviz

# Copy startup scripts
COPY docker/tools/visualizer/xstartup /root/.vnc/xstartup
COPY docker/tools/visualizer/etc/xstartup /root/.vnc/xstartup
COPY docker/tools/visualizer/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh && chmod +x /root/.vnc/xstartup
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit a4ea4f0

Please sign in to comment.