diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-30 17:12:54 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-30 17:12:54 +0000 |
commit | 15f245763ba7b412e6dbe16e6768f40a789067f2 (patch) | |
tree | c7b503d0e236df68cb0261b628d6c9433ca7ad47 /Dockerfile | |
parent | fixed the common name for the self-signed cert (diff) | |
download | icanhazallips-15f245763ba7b412e6dbe16e6768f40a789067f2.tar.gz icanhazallips-15f245763ba7b412e6dbe16e6768f40a789067f2.zip |
added a readme
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ RUN apk add openssl WORKDIR /certs RUN openssl req -nodes -new -x509 -subj="CN=icanhazallips.terminaldweller.com" -keyout server.key -out server.cert -FROM gcr.io/distroless/static-debian11 -# FROM alpine:3.17 +# FROM gcr.io/distroless/static-debian11 +FROM alpine:3.17 COPY --from=certbuilder /certs /certs COPY --from=builder /icanhazallips/icanhazallips /icanhazallips/icanhazallips ENTRYPOINT ["/icanhazallips/icanhazallips"] |