1
0
mirror of https://github.com/bitwarden/server synced 2026-01-04 17:43:53 +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 /