aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 6546e768..4228f835 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM oven/bun as build
+FROM oven/bun:0.7.3 as build
WORKDIR /due
@@ -8,9 +8,9 @@ RUN bun install
COPY ./ ./
-RUN bun run build
+RUN bun --bun vite build
-FROM oven/bun
+FROM oven/bun:0.7.3
WORKDIR /due