Still Trying To Fix This Dockerfile

This commit is contained in:
Annika Merris 2024-02-04 20:33:51 -05:00
parent b75ed20047
commit edc98bc774

View file

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