From e1d699bab1a60a0e911027ba77dc2f883eae68d5 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Thu, 7 Dec 2023 07:49:24 -1000 Subject: [PATCH] Try to fix Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2d4be5d8..e8dcf77b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,7 @@ COPY --from=install /temp/prod/node_modules /app/node_modules COPY . /app # Build Vite in pages +WORKDIR /app RUN bunx --bun vite build pages LABEL org.opencontainers.image.authors "Gaspard Wierzbinski (https://cpluspatch.dev)"