Compare commits

..

1 Commits

Author SHA1 Message Date
Stefan Liebl
46296b23ad hello world 2020-07-02 17:34:14 +02:00
2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -2,4 +2,5 @@ version: '3'
services:
hello_world:
build: .
image: alpine:latest
command: [/bin/echo, 'Hello world']