Compare commits

...

3 Commits

Author SHA1 Message Date
947475621a Dockerfile 2020-07-02 19:41:20 +02:00
bc57016ab7 hello-world.sh 2020-07-02 19:29:03 +02:00
b7b72a1ae3 alpine linux 2020-07-02 19:04:11 +02:00
2 changed files with 4 additions and 1 deletions

3
Dockerfile Executable file
View File

@ -0,0 +1,3 @@
FROM alpine:latest
RUN echo "Hello World"

View File

@ -2,4 +2,4 @@ version: '3'
services: services:
hello_world: hello_world:
image: hello-world:latest build: .