Skip to content

Commit

Permalink
Print the motd in the demo service as well
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechow committed Nov 5, 2024
1 parent b81b3bf commit c9f20ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ WORKDIR /home/blinky/demo/build
RUN cmake -DCMAKE_BUILD_TYPE=Release .. && \
cmake --build . -j8

CMD [ "/home/blinky/demo/build/arbitration_graphs_pacman_demo_exe" ]
CMD ["bash", "-c", "/home/blinky/.motd && /home/blinky/demo/build/arbitration_graphs_pacman_demo_exe"]

0 comments on commit c9f20ca

Please sign in to comment.