mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
6 lines
131 B
Docker
6 lines
131 B
Docker
FROM microsoft/dotnet:2.1.4-aspnetcore-runtime
|
|
|
|
LABEL com.bitwarden.product="bitwarden"
|
|
|
|
COPY obj/Docker/publish /bitwarden_server
|