Seriously, Docker Is Supposed To Fix This

This commit is contained in:
Annika Merris 2024-02-04 20:42:48 -05:00
parent c0116f6223
commit 9282992cfa

View file

@ -22,7 +22,7 @@ COPY . .
# I don't have any tests, I am bad.
ENV NODE_ENV=production
RUN ls .
RUN bun --version
RUN bunx --bun vite build
# Copy the distribution folder into the final image.