diff --git a/Dockerfile b/Dockerfile index 4933b38..fb04d1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,7 @@ COPY . . # I don't have any tests, I am bad. ENV NODE_ENV=production -RUN bun --version -RUN bun vite build +RUN bunx --bun vite build # Copy the distribution folder into the final image. FROM nginx:stable-alpine as release