Compare commits
4 Commits
46296b23ad
...
947475621a
Author | SHA1 | Date | |
---|---|---|---|
947475621a | |||
bc57016ab7 | |||
b7b72a1ae3 | |||
|
9fb886c951 |
3
Dockerfile
Executable file
3
Dockerfile
Executable file
@ -0,0 +1,3 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN echo "Hello World"
|
@ -2,5 +2,4 @@ version: '3'
|
||||
|
||||
services:
|
||||
hello_world:
|
||||
image: alpine:latest
|
||||
command: [/bin/echo, 'Hello world']
|
||||
build: .
|
||||
|
Loading…
x
Reference in New Issue
Block a user