Update Dockerfile to include userdata folder
parent
0b21bf0bb3
commit
93ec2c8380
|
@ -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