fix docker build to work with embeded pages
This commit is contained in:
parent
513d0e57ce
commit
6c00846379
2 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ COPY go.mod go.sum ./
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
|
||||||
COPY ./*.go .
|
COPY ./*.go .
|
||||||
|
COPY home.gmi .
|
||||||
COPY internal ./internal
|
COPY internal ./internal
|
||||||
COPY pages ./pages
|
|
||||||
|
|
||||||
|
|
||||||
# Enable CGO for go-sqlite3
|
# Enable CGO for go-sqlite3
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
task: add hexidecimal numbering to gemlog
|
task: add hexidecimal numbering to gemlog
|
||||||
|
|
||||||
-----------DONE LINE-----------
|
-----------DONE LINE-----------
|
||||||
|
|
||||||
DONE task: add request counter
|
DONE task: add request counter
|
||||||
|
DONE task: embed static pages
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue