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