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