But, WHY Doesn't This Work?

This commit is contained in:
Annika Merris 2024-02-04 21:00:31 -05:00
parent d89428bcb7
commit 08c7730421

View file

@ -22,8 +22,7 @@ COPY . .
# I don't have any tests, I am bad.
ENV NODE_ENV=production
RUN bun --version
RUN bun vite build
RUN bunx --bun vite build
# Copy the distribution folder into the final image.
FROM nginx:stable-alpine as release