diff --git a/Dockerfile b/Dockerfile index 876f4ea..5824edb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ +# test comment FROM alpine:latest COPY hello / CMD ["/hello"]