From 6c008463798a4d75c9f8eaaee22ea5cdc08de8d7 Mon Sep 17 00:00:00 2001 From: Travis Shears Date: Sun, 12 Oct 2025 20:14:53 +0200 Subject: [PATCH] fix docker build to work with embeded pages --- Dockerfile | 2 +- tasks.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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