diff --git a/Dockerfile b/Dockerfile index 4b6fcd5..ffeae83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ COPY . . # I don't have any tests, I am bad. ENV NODE_ENV=production RUN cat vite.config.ts -RUN bunx --bun vite build +RUN bunx --bun vite build --debug true --logLevel info # Copy the distribution folder into the final image. FROM nginx:stable-alpine as release