Skip to content
Snippets Groups Projects

Deploy image build

Merged Prada Sarasola, Miguel requested to merge deploy-image-build into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
FROM industrial_ci_image
RUN rm -rf /root/ici /root/src
COPY ./ros_entrypoint.bash /
ENTRYPOINT ["/ros_entrypoint.bash"]
Loading