diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index f9d9cef..0000000 --- a/Dockerfile +++ /dev/null @@ -1,5 +0,0 @@ -FROM alpine:latest - -RUN touch soosoo.txt -ENV name "John Dow" -ENTRYPOINT ["/bin/bash", "-c", "Hello, $name"]