From 26ec65ae6f45bd434ac4477bff88597b51627344 Mon Sep 17 00:00:00 2001 From: Korbs Date: Tue, 24 Sep 2024 14:36:29 -0400 Subject: [PATCH] Install and build --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4ca7786..c19026d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ WORKDIR /app COPY . . RUN bun install +RUN bun run build ENV HOST=0.0.0.0 ENV PORT=4321