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