--emptyOutDir for silenting a build warning

This commit is contained in:
2025-02-23 20:31:10 -05:00
parent 8f98d9a398
commit f8cddaf340

View File

@ -5,7 +5,7 @@ WORKDIR /rhpidfyre.io
COPY src package.json vite.config.js tsconfig.json ./
RUN bun run install
RUN bun run build
RUN bun run build --emptyOutDir
FROM joseluisq/static-web-server