mirror of
https://github.com/bitwarden/server
synced 2025-12-24 12:13:17 +00:00
6 lines
131 B
Docker
6 lines
131 B
Docker
FROM microsoft/dotnet:2.1.2-aspnetcore-runtime
|
|
|
|
LABEL com.bitwarden.product="bitwarden"
|
|
|
|
COPY obj/Docker/publish /bitwarden_server
|