hello-world.sh
This commit is contained in:
parent
b7b72a1ae3
commit
bc57016ab7
@ -3,4 +3,6 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
hello_world:
|
hello_world:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
command: [/bin/echo, 'Hello world']
|
volumes:
|
||||||
|
- ./hello-world.sh:/opt/hello-world.sh:ro
|
||||||
|
command: /bin/sh /opt/hello-world.sh
|
||||||
|
1
hello-world.sh
Executable file
1
hello-world.sh
Executable file
@ -0,0 +1 @@
|
|||||||
|
echo "Hello World"
|
Loading…
x
Reference in New Issue
Block a user