1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00
bitwarden-server/util/Server/Dockerfile
Mart124 b3c48fd3fa Add a bitwarden label to docker images (#305)
* Add a bitwarden label to docker images

* Prefix label with reverse DNS
2018-06-09 08:17:16 -04:00

6 lines
116 B
Docker

FROM microsoft/aspnetcore:2.0.6
LABEL com.bitwarden.product="bitwarden"
COPY obj/Docker/publish /bitwarden_server