Compare commits

..

1 Commits

Author SHA1 Message Date
ccd5038ce6 update Readme 2020-07-02 20:03:34 +02:00

View File

@ -48,7 +48,8 @@ version: '3'
services:
hello_world:
image: hello-world:latest
image: alpine:latest
command: [/bin/echo, 'Hello world']
```
# Hello-World Projekt ausführen