mirror of
https://github.com/bjoernellens1/ros2_docker_template.git
synced 2025-03-29 12:35:41 +00:00
7 lines
150 B
Docker
7 lines
150 B
Docker
# explicitly use Debian for maximum cross-architecture compatibility
|
|
FROM debian:bullseye-slim AS hello-world
|
|
|
|
COPY ./docker .
|
|
|
|
CMD ["< ./hello.txt"]
|