diff --git a/Dockerfile b/Dockerfile index ce83426..7684efb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.