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:
@@ -1,6 +1,5 @@
|
||||
FROM node
|
||||
FROM bitwarden/server
|
||||
|
||||
RUN npm install http-server -g
|
||||
EXPOSE 80
|
||||
|
||||
COPY entrypoint.sh /
|
||||
|
||||
Reference in New Issue
Block a user