From 238e61e334bd331d23eeb4ecf00557a10e29ba18 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Mon, 5 Feb 2024 09:12:51 -0500 Subject: [PATCH] Are Line Endings A Problem? --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ffeae83..39d8468 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ COPY . . # I don't have any tests, I am bad. ENV NODE_ENV=production -RUN cat vite.config.ts +RUN cat -e vite.config.ts RUN bunx --bun vite build --debug true --logLevel info # Copy the distribution folder into the final image.