Browse Source

Switch docker container to use alpine

master
Matthew Faltys 7 years ago
parent
commit
9db0059c0e
  1. 5
      deps/Dockerfile

5
deps/Dockerfile vendored

@ -1,6 +1,7 @@
FROM scratch
FROM alpine
ADD rootfs.tar.gz /
RUN apk --update add ca-certificates redis
RUN mkdir /redisbackup/
COPY config.gcfg /
COPY lorebot /
COPY run.sh /

Loading…
Cancel
Save