Browse Source

initial commit for tests

agalles/distroless-conversion
Amy Galles 5 months ago
parent
commit
77f1ab9716
No known key found for this signature in database
GPG Key ID: 445BCEEB6E92BD
  1. 3
      src/KeyConnector/Dockerfile

3
src/KeyConnector/Dockerfile

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
# Build Stage
FROM mcr.microsoft.com/dotnet/aspnet:8.0
LABEL com.bitwarden.product="bitwarden"
@ -32,3 +33,5 @@ RUN chmod +x /entrypoint.sh @@ -32,3 +33,5 @@ RUN chmod +x /entrypoint.sh
HEALTHCHECK CMD curl -f http://localhost:5000/health || exit 1
ENTRYPOINT ["/entrypoint.sh"]
# Final Stage
Loading…
Cancel
Save