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