Compare commits

..

No commits in common. "947475621a38590189931fd54e22b05b0cdb82fa" and "9fb886c9515fb4aa67988c4aeeaceef1d9bb4b5c" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

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

View File

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