From 93fdc5f70f9018a2f01272889515a027757b921a Mon Sep 17 00:00:00 2001 From: Aidan Date: Sun, 19 Jan 2025 18:32:44 -0500 Subject: [PATCH] use bun, fix icon --- Dockerfile | 6 +++--- src/index.ejs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 343c564..a1413f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM node:22 +FROM oven/bun:latest WORKDIR /usr/src/app COPY package*.json ./ -RUN npm install --only=production +RUN bun install --production COPY . . EXPOSE 3000 -CMD ["node", "app.js"] \ No newline at end of file +CMD ["bun", "app.js"] \ No newline at end of file diff --git a/src/index.ejs b/src/index.ejs index 1c82d3c..fedd01b 100644 --- a/src/index.ejs +++ b/src/index.ejs @@ -18,7 +18,7 @@ Account Vaultwarden Guides - Client Setup + Client Setup Statistics