From f1e4964f4eb437f98784f3b9a13e071500d0c4c9 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 3 Apr 2021 20:25:30 +0100 Subject: [PATCH] shiori: copy run.sh in --- images/shiori/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/images/shiori/Dockerfile b/images/shiori/Dockerfile index 3299b63..52fc5f1 100644 --- a/images/shiori/Dockerfile +++ b/images/shiori/Dockerfile @@ -25,6 +25,7 @@ RUN GOOS=linux GOARCH=arm GOARM=7 go build -v FROM ${REPO_LOCATION}minideb COPY --from=builder /srv/shiori/shiori /srv/shiori +COPY ./run.sh /srv/run.sh VOLUME /srv/data