From 0b62980340a3d29d231ca0bf138ae04684870feb Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Mon, 5 Feb 2024 09:34:48 -0500 Subject: [PATCH] Removing A Debugging Line --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce83426..7684efb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,6 @@ COPY . . # I don't have any tests, I am bad. ENV NODE_ENV=production -RUN cat -e vite.config.ts RUN npx vite build # Copy the distribution folder into the final image.