mirror of
https://git.mills.io/prologic/zs.git
synced 2024-11-18 02:06:08 -05:00
Fix Docker image to include toc tool
This commit is contained in:
parent
a180a3cf0f
commit
dc33985231
@ -63,6 +63,7 @@ WORKDIR /data
|
||||
COPY --from=build /src/zs /usr/local/bin/zs
|
||||
COPY --from=tools /go/bin/minify /usr/local/bin/minify
|
||||
COPY --from=tools /go/bin/static /usr/local/bin/static
|
||||
COPY --from=tools /go/bin/toc /usr/local/bin/toc
|
||||
|
||||
COPY .dockerfiles/entrypoint.sh /init
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user