1
0
mirror of https://github.com/bitwarden/server.git synced 2025-03-12 13:29:14 +01:00
bitwarden-server/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