Compare commits
3 Commits
develop
...
feature/fo
Author | SHA1 | Date |
---|---|---|
Matthew Faltys | 3c42bfdf54 | 5 years ago |
Matthew Faltys | fb50bfa5d8 | 5 years ago |
Matthew Faltys | 616c058806 | 5 years ago |
6 changed files with 41028 additions and 4 deletions
@ -1,11 +1,19 @@ |
|||||||
FROM scratch |
FROM alpine |
||||||
|
|
||||||
#RUN apk --update add ca-certificates redis |
RUN apk --update add ca-certificates redis fortune |
||||||
#RUN mkdir /redisbackup/ |
RUN mkdir /redisbackup/ |
||||||
ADD rootfs.tar.gz / |
RUN rm -rf /usr/share/fortune |
||||||
|
COPY fortune/ /usr/share/fortune |
||||||
|
WORKDIR /usr/share/fortune/ |
||||||
|
RUN strfile -c % fortunes fortunes.dat |
||||||
|
RUN strfile -c % kenm kenm.dat |
||||||
|
RUN strfile -c % showerthoughts showerthoughts.dat |
||||||
|
|
||||||
|
#ADD rootfs.tar.gz / |
||||||
COPY redis.conf / |
COPY redis.conf / |
||||||
COPY config.gcfg / |
COPY config.gcfg / |
||||||
COPY lorebot / |
COPY lorebot / |
||||||
COPY run.sh / |
COPY run.sh / |
||||||
|
WORKDIR / |
||||||
|
|
||||||
CMD ["/run.sh"] |
CMD ["/run.sh"] |
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue