--emptyOutDir for silencing a build warning

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

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