From 45cc88953b38b2f68dae966a2c9b702ac9fcaee9 Mon Sep 17 00:00:00 2001 From: rhpidfyre Date: Sun, 23 Feb 2025 20:31:10 -0500 Subject: [PATCH] --emptyOutDir for silencing a build warning --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c2f48d7..6fd18c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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