diff --git a/Dockerfile b/Dockerfile index 68d775a..9f5b0a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,8 @@ COPY go.mod go.sum ./ RUN go mod download COPY ./*.go . +COPY home.gmi . COPY internal ./internal -COPY pages ./pages # Enable CGO for go-sqlite3 diff --git a/tasks.txt b/tasks.txt index 2f80d77..64616e4 100644 --- a/tasks.txt +++ b/tasks.txt @@ -1,5 +1,5 @@ task: add hexidecimal numbering to gemlog - -----------DONE LINE----------- DONE task: add request counter +DONE task: embed static pages