mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
Add a bitwarden label to docker images (#305)
* Add a bitwarden label to docker images * Prefix label with reverse DNS
This commit is contained in:
@ -1,2 +1,5 @@
|
||||
FROM microsoft/aspnetcore:2.0.6
|
||||
|
||||
LABEL com.bitwarden.product="bitwarden"
|
||||
|
||||
COPY obj/Docker/publish /bitwarden_server
|
||||
|
Reference in New Issue
Block a user