mirror of
https://github.com/bitwarden/server
synced 2025-12-15 15:53:59 +00:00
6 lines
133 B
Docker
6 lines
133 B
Docker
FROM mcr.microsoft.com/dotnet/core/aspnet:2.1.10
|
|
|
|
LABEL com.bitwarden.product="bitwarden"
|
|
|
|
COPY obj/Docker/publish /bitwarden_server
|