mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-07 06:52:57 +00:00
hotfix: path miss
This commit is contained in:
@@ -13,5 +13,5 @@ RUN find /work -maxdepth 1 -name "*.so" -exec upx --best --lzma {} +
|
||||
FROM gcr.io/distroless/cc-debian12
|
||||
WORKDIR /work
|
||||
COPY --from=upx /work/main /work/main
|
||||
COPY --from=builder /work/*.so /work
|
||||
COPY --from=upx /work/*.so /work
|
||||
CMD ["/work/main"]
|
||||
|
||||
Reference in New Issue
Block a user