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