Compare commits
No commits in common. 'feature/fortune' and 'develop' have entirely different histories.
feature/fo
...
develop
6 changed files with 4 additions and 41028 deletions
@ -1,19 +1,11 @@
|
||||
FROM alpine |
||||
FROM scratch |
||||
|
||||
RUN apk --update add ca-certificates redis fortune |
||||
RUN mkdir /redisbackup/ |
||||
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 / |
||||
#RUN apk --update add ca-certificates redis |
||||
#RUN mkdir /redisbackup/ |
||||
ADD rootfs.tar.gz / |
||||
COPY redis.conf / |
||||
COPY config.gcfg / |
||||
COPY lorebot / |
||||
COPY run.sh / |
||||
WORKDIR / |
||||
|
||||
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