diff --git a/Dockerfile b/Dockerfile index fdfaa40..4b6fcd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ COPY . . # I don't have any tests, I am bad. ENV NODE_ENV=production -RUN ls -l +RUN cat vite.config.ts RUN bunx --bun vite build # Copy the distribution folder into the final image.