Merge branch 'dev' of pocketjawa/discord-buttsbot-go into master

master v1.0.0
pocketjawa 2019-07-30 03:19:15 +00:00 committed by Gogs
commit 3243e784bc
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ FROM golang:latest AS build
WORKDIR /go/src/buttsbot
COPY . .
RUN go get -d -v ./...
RUN go install -v ./...
RUN CGO_ENABLED=0 GOOS=linux go install -v ./...
FROM alpine:latest
run apk add --no-cache bash
run apk add --no-cache bash ca-certificates
WORKDIR /app
COPY --from=build /go/bin/buttsbot discord-buttsbot
CMD ./discord-buttsbot