mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
use btiwarden kestrel server isntead of node
This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
FROM node
|
FROM bitwarden/server
|
||||||
|
|
||||||
RUN npm install http-server -g
|
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
EXPOSE 80
|
|
||||||
COPY ./dist .
|
COPY ./dist .
|
||||||
|
|
||||||
|
EXPOSE 80
|
||||||
|
|
||||||
COPY entrypoint.sh /
|
COPY entrypoint.sh /
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
cp /etc/bitwarden/web/settings.js /app/js/settings.js
|
cp /etc/bitwarden/web/settings.js /app/js/settings.js
|
||||||
cp /etc/bitwarden/web/app-id.json /app/app-id.json
|
cp /etc/bitwarden/web/app-id.json /app/app-id.json
|
||||||
http-server ./ -p 80 -d false --utc
|
dotnet /bitwarden_server/Server.dll /app .
|
||||||
|
|||||||
Reference in New Issue
Block a user