Files
h1z3 5d765a09db
build-and-push / detect (push) Successful in 10s
build-and-push / build (${{ fromJSON(needs.detect.outputs.services) }}) (push) Successful in 51s
sploit for arena-battle
2026-08-26 11:29:05 +03:00

13 lines
187 B
Docker

FROM golang:1.12-alpine
MAINTAINER tg: @jnovikov
RUN apk update && apk add git gcc musl-dev ffmpeg
WORKDIR /app
COPY . .
RUN go build -mod=vendor -o tiktak .
ENTRYPOINT ["./tiktak"]