From f8cddaf340e427346670bb60e64dc8d8c00158aa Mon Sep 17 00:00:00 2001 From: rhpidfyre Date: Sun, 23 Feb 2025 20:31:10 -0500 Subject: [PATCH] --emptyOutDir for silenting 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