shiori: copy run.sh in
This commit is contained in:
parent
1c49dcd856
commit
f1e4964f4e
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ RUN GOOS=linux GOARCH=arm GOARM=7 go build -v
|
||||||
FROM ${REPO_LOCATION}minideb
|
FROM ${REPO_LOCATION}minideb
|
||||||
|
|
||||||
COPY --from=builder /srv/shiori/shiori /srv/shiori
|
COPY --from=builder /srv/shiori/shiori /srv/shiori
|
||||||
|
COPY ./run.sh /srv/run.sh
|
||||||
|
|
||||||
VOLUME /srv/data
|
VOLUME /srv/data
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue