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

master
pocketjawa 2020-10-10 20:07:18 +00:00 committed by Gogs
commit e9a3b19b64
1 changed files with 2 additions and 0 deletions

View File

@ -8,4 +8,6 @@ FROM alpine:latest
run apk add --no-cache ca-certificates
WORKDIR /app
COPY --from=build /go/bin/discord-pocketbot discord-pocketbot
RUN mkdir /app/userdata
VOLUME /app/userdata
CMD ./discord-pocketbot