Merge branch 'dev' of pocketjawa/discord-pocketbot-go into master
commit
e9a3b19b64
|
@ -8,4 +8,6 @@ FROM alpine:latest
|
||||||
run apk add --no-cache ca-certificates
|
run apk add --no-cache ca-certificates
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=build /go/bin/discord-pocketbot discord-pocketbot
|
COPY --from=build /go/bin/discord-pocketbot discord-pocketbot
|
||||||
|
RUN mkdir /app/userdata
|
||||||
|
VOLUME /app/userdata
|
||||||
CMD ./discord-pocketbot
|
CMD ./discord-pocketbot
|
Loading…
Reference in New Issue