Added cj & jyutping lookup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.19-alpine AS build
|
||||
FROM golang:1.25-alpine AS build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@@ -18,6 +18,7 @@ FROM scratch
|
||||
|
||||
COPY --from=alpine:latest /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
COPY --from=build /golifehkbot /
|
||||
COPY "datasources/cjlookup/maps/*" /
|
||||
|
||||
WORKDIR /
|
||||
CMD [ "/golifehkbot" ]
|
||||
|
||||
Reference in New Issue
Block a user