Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f2c1ccf97d |
@@ -23,5 +23,6 @@ FROM scratch as export
|
||||
COPY --from=build /build/coverage.txt /
|
||||
|
||||
FROM scratch
|
||||
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
COPY --from=build /release/handler /
|
||||
CMD ["/handler"]
|
||||
|
||||
Reference in New Issue
Block a user