1 Commits

Author SHA1 Message Date
f8cddaf340 --emptyOutDir for silenting a build warning 2025-02-23 20:31:45 -05:00

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