Are Line Endings A Problem?

This commit is contained in:
Annika Merris 2024-02-05 09:12:51 -05:00
parent 0c3e6c35f0
commit 238e61e334

View file

@ -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.