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