Browse Source
* Add a bitwarden label to docker images * Prefix label with reverse DNSpull/317/head
9 changed files with 19 additions and 0 deletions
@ -1,2 +1,5 @@
@@ -1,2 +1,5 @@
|
||||
FROM microsoft/aspnetcore:2.0.6 |
||||
|
||||
LABEL com.bitwarden.product="bitwarden" |
||||
|
||||
COPY obj/Docker/publish /bitwarden_server |
||||
|
||||
Loading…
Reference in new issue