Skip to content
Snippets Groups Projects

Deploy image build

Merged Prada Sarasola, Miguel requested to merge deploy-image-build into master
3 files
+ 19
0
Compare changes
  • Side-by-side
  • Inline
Files
3
deploy/Dockerfile 0 → 100644
+ 6
0
 
FROM industrial_ci_image
 
 
COPY ./ros_entrypoint.bash /
 
 
ENTRYPOINT ["/ros_entrypoint.bash"]
 
CMD ["bash"]
Loading