1
0
Fork 0

Group stages in 2 blocks
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Daniele Tricoli 2022-04-04 23:27:28 +02:00
parent e59c805caa
commit cda7fbb40c
1 changed files with 0 additions and 10 deletions

View File

@ -1,23 +1,13 @@
FROM golang:1.17-alpine3.15 AS builder
WORKDIR /app
RUN apk -U --no-cache add git
COPY . .
RUN go build
FROM alpine:3.15
LABEL LastUpdate="2022-04-04"
COPY --from=builder /app/telegram-group2mastodon /bin/telegram-group2mastodon
RUN apk -U --no-cache upgrade
RUN addgroup -S appgroup && adduser -S appuser -G appgroup
USER appuser
ENTRYPOINT /bin/telegram-group2mastodon run