diff --git a/Dockerfile b/Dockerfile index 571abcd..21415b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine -RUN mkdir /public && echo "Hello World" > /public/index.txt +RUN mkdir /public && echo "Hello World 11" > /public/index.txt diff --git a/now.json b/now.json index eabdfc1..0635d73 100644 --- a/now.json +++ b/now.json @@ -1,3 +1,5 @@ + + { "type": "static", "alias": [ @@ -11,3 +13,5 @@ + +