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 apk --update add ca-certificates redis |
||||||
RUN mkdir /redisbackup/ |
#RUN mkdir /redisbackup/ |
||||||
RUN rm -rf /usr/share/fortune |
ADD rootfs.tar.gz / |
||||||
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