From afd2eb8b78f945cb7bd8871ccfd22abe76b503cf Mon Sep 17 00:00:00 2001 From: Giulio <3272563+giuliohome@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:58:03 +0000 Subject: [PATCH] homepage --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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