diff --git a/Dockerfile b/Dockerfile index 39931d4..fba0231 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ LABEL maintainer="giuliohome@gmail.com" COPY web . COPY edit.html . COPY view.html . +COPY home.html . COPY a1.txt . RUN chmod +x web # https://stackoverflow.com/a/35613430