+6
-2
Dockerfile
+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
lexicons/board.json
This is a binary file and will not be displayed.
lexicons/item.json
lexicons/item.json
This is a binary file and will not be displayed.