chore: remove unused command

This commit is contained in:
dmi3coder 2023-04-25 19:05:00 +02:00
parent 281dc5fcb8
commit 086816969b
2 changed files with 1 additions and 2 deletions

View File

@ -11,3 +11,4 @@ ENV CMAKE_PREFIX_PATH=/opt/ros/noetic
RUN bash -c 'cmake ..'
RUN make
CMD ./z1_ctrl

View File

@ -11,5 +11,3 @@ docker build . -t bytelogics:z1_controller
## Run the docker instance
docker run -ti --rm --network host -p 8071:8071 bytelogics:z1_controller
once new shell connects, run `z1_ctrl`