mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
b3c48fd3fa
* Add a bitwarden label to docker images * Prefix label with reverse DNS
6 lines
116 B
Docker
6 lines
116 B
Docker
FROM microsoft/aspnetcore:2.0.6
|
|
|
|
LABEL com.bitwarden.product="bitwarden"
|
|
|
|
COPY obj/Docker/publish /bitwarden_server
|