Removing A Debugging Line

This commit is contained in:
Annika Merris 2024-02-05 09:34:48 -05:00
parent 670b8ab50c
commit 0b62980340

View file

@ -24,7 +24,6 @@ COPY . .
# I don't have any tests, I am bad.
ENV NODE_ENV=production
RUN cat -e vite.config.ts
RUN npx vite build
# Copy the distribution folder into the final image.