mirror of
https://github.com/bjoernellens1/ros2_docker_template.git
synced 2024-11-23 07:55:05 +00:00
Create hello-world.Dockerfile
This commit is contained in:
parent
aad2eef6dd
commit
a559172718
9
docker/hello-world.Dockerfile
Normal file
9
docker/hello-world.Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
# explicitly use Debian for maximum cross-architecture compatibility
|
||||
FROM debian:bullseye-slim AS hello-world
|
||||
|
||||
WORKDIR /APP
|
||||
|
||||
COPY ./docker .
|
||||
RUN chmod +x hello.sh
|
||||
|
||||
CMD ["/APP/hello.sh"]
|
Loading…
Reference in New Issue
Block a user