From 7d39e955ab613bce27fcbaef9c0b12d9ee0af80d Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Mon, 5 Feb 2024 08:23:27 -0500 Subject: [PATCH] Sorting Out The Broken Build Still --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.