2 changed files with 3 additions and 3234 deletions
@ -1,7 +1,8 @@ |
|||||
FROM scratch |
FROM docker.io/library/alpine:3.15 |
||||
|
RUN apk --no-cache add ca-certificates \ |
||||
|
&& update-ca-certificates |
||||
ARG BUILT_ARTIFACT |
ARG BUILT_ARTIFACT |
||||
ADD "$BUILT_ARTIFACT" / |
ADD "$BUILT_ARTIFACT" / |
||||
COPY ca-bundle.crt /etc/ssl/certs/ca-certificates.crt |
|
||||
EXPOSE 8080 |
EXPOSE 8080 |
||||
ENTRYPOINT [ "/photo-bot" ] |
ENTRYPOINT [ "/photo-bot" ] |
||||
CMD [] |
CMD [] |
||||
|
|||||
File diff suppressed because it is too large
Loading…
Reference in new issue