1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 13:08:17 -05:00
bitwarden/util/Server/Dockerfile
2018-03-23 21:58:45 -04:00

9 lines
181 B
Docker

FROM microsoft/aspnetcore:2.0.5
USER root
RUN groupadd -g 999 bitwarden && \
useradd -r -u 999 -g bitwarden bitwarden
USER bitwarden
COPY obj/Docker/publish /bitwarden_server