mirror of
https://github.com/bjoernellens1/ros2_docker_template.git
synced 2024-11-23 15:55:05 +00:00
Update my_example.Dockerfile
This commit is contained in:
parent
c38c765654
commit
8470094d62
@ -4,5 +4,6 @@ FROM debian:bullseye-slim AS hello-world
|
||||
WORKDIR /APP
|
||||
|
||||
COPY ./docker .
|
||||
RUN chmod +x hello.sh
|
||||
|
||||
CMD ["cat /APP/hello.txt"]
|
||||
ENTRYPOINT ["/APP/hello.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user