Skip to content

Commit

Permalink
Add missing whitespace after ENTRYPOINT
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Strøm <[email protected]>
  • Loading branch information
Christopher Strøm committed Jul 27, 2024
1 parent 01731b3 commit 0887179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ COPY . /ros_ws/src

RUN source /opt/ros/humble/setup.bash && cd /ros_ws && colcon build --merge-install

ENTRYPOINT["/bin/bash", "-c", "/ros_ws/src/vortex_sim_interface/run_sim.sh"]
ENTRYPOINT ["/bin/bash", "-c", "/ros_ws/src/vortex_sim_interface/run_sim.sh"]

0 comments on commit 0887179

Please sign in to comment.