mood/inspo boards

enabled CGO in dockerfile and install required packages for sqlite3 package

besaid.zone 9ba20739 dde412d5

verified
Changed files
+6 -2
lexicons
+6 -2
Dockerfile
··· 1 1 FROM golang:1.25-alpine AS builder 2 2 3 - ENV CGO_ENABLED=0 \ 3 + ENV CGO_ENABLED=1 \ 4 4 GOOS=linux \ 5 5 GOARCH=amd64 6 + 7 + RUN apk add --no-cache \ 8 + gcc \ 9 + musl-dev 6 10 7 11 WORKDIR /build 8 12 ··· 24 28 25 29 EXPOSE 8080 26 30 27 - CMD ["bin/build", "start"] 31 + CMD ["bin/build", "start"]
lexicons/board.json

This is a binary file and will not be displayed.

lexicons/item.json

This is a binary file and will not be displayed.