mirror of
https://github.com/bitwarden/server.git
synced 2026-02-02 23:23:15 +08:00
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
|