1
0
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:
Mart124
2018-06-09 14:17:16 +02:00
committed by Kyle Spearrin
parent 7aa9681222
commit b3c48fd3fa
9 changed files with 19 additions and 0 deletions

View File

@ -1,2 +1,5 @@
FROM microsoft/aspnetcore:2.0.6
LABEL com.bitwarden.product="bitwarden"
COPY obj/Docker/publish /bitwarden_server