FROM alpine RUN apk --update add ca-certificates redis RUN mkdir /redisbackup/ COPY config.gcfg / COPY lorebot / COPY run.sh / CMD ["/run.sh"]