aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 92e263d0..b3b39750 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@ COPY ./ ./
RUN mkdir data
RUN sqlite3 data/due_moe.sqlite3 < due_moe_schema.sql
-RUN bun --bun vite build
+RUN bun --bun run vite build
FROM oven/bun:1.0.15