2 changed files with 3233 additions and 1 deletions
@ -1,7 +1,7 @@ |
|||||
FROM scratch |
FROM scratch |
||||
ARG BUILT_ARTIFACT |
ARG BUILT_ARTIFACT |
||||
ADD "$BUILT_ARTIFACT" / |
ADD "$BUILT_ARTIFACT" / |
||||
EXPOSE 8080 |
COPY ca-bundle.crt /etc/ssl/certs/ca-certificates.crt |
||||
ENTRYPOINT [ "/github-mirror" ] |
ENTRYPOINT [ "/github-mirror" ] |
||||
CMD [] |
CMD [] |
||||
|
|
||||
|
|||||
File diff suppressed because it is too large
Loading…
Reference in new issue