Switch to an alpine container and single file, self-contained deployments

This commit is contained in:
Daan Boerlage 2021-03-19 01:10:22 +01:00
parent 1c64328587
commit f25c9250ec
Signed by: daan
GPG key ID: FCE070E1E4956606
6 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:6.0
FROM mcr.microsoft.com/dotnet/aspnet:6.0-alpine
COPY ./app /app/