Sorting Out The Broken Build Still

This commit is contained in:
Annika Merris 2024-02-05 08:23:27 -05:00
parent 166bf3fbe9
commit 7d39e955ab

View file

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