Compare commits
No commits in common. "2e60301a083d690a37e211224b9da0a35db89b20" and "38112062a1c7cfc2d0d5114c87b1e4c5bcef3d03" have entirely different histories.
2e60301a08
...
38112062a1
1 changed files with 0 additions and 2 deletions
|
|
@ -18,14 +18,12 @@ RUN CGO_ENABLED=0 go build -trimpath \
|
|||
-ldflags "-X main.gitCommit=${GIT_COMMIT} -X main.gitBranch=${GIT_BRANCH} -X main.gitTreeState=${GIT_TREE_STATE} -X main.buildTime=${BUILD_TIME}" \
|
||||
-o /out/gramsrv ./cmd/telesrv
|
||||
RUN CGO_ENABLED=0 go build -trimpath -o /out/telesrv-admin ./cmd/telesrv-admin
|
||||
RUN CGO_ENABLED=0 go build -trimpath -o /out/createuser ./cmd/createuser
|
||||
|
||||
FROM docker.io/library/alpine:3.20
|
||||
RUN apk add --no-cache ca-certificates tzdata ffmpeg
|
||||
WORKDIR /app
|
||||
COPY --from=build /out/gramsrv /app/gramsrv
|
||||
COPY --from=build /out/telesrv-admin /app/telesrv-admin
|
||||
COPY --from=build /out/createuser /app/createuser
|
||||
COPY --from=build /src/data/langpack /app/data/langpack
|
||||
COPY --from=build /src/data/sticker-seed /app/data/sticker-seed
|
||||
EXPOSE 2398 2600
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue