1
0
mirror of https://github.com/bitwarden/server synced 2026-01-09 03:53:42 +00:00

create kestrel server for serving static files

This commit is contained in:
Kyle Spearrin
2017-08-15 12:03:55 -04:00
parent a9b9094b9c
commit 71c4954ca8
13 changed files with 109 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
FROM node
FROM bitwarden/server
RUN npm install http-server -g
EXPOSE 80
COPY entrypoint.sh /

View File

@@ -1,4 +1,3 @@
#!/bin/sh
http-server /etc/bitwarden/core/attachments/. -p 80 -d false --utc
dotnet /bitwarden_server/Server.dll /etc/bitwarden/core/attachments .