diff --git a/Dockerfile b/Dockerfile index 88a15cd..793fb11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,9 @@ RUN bun install # Copy the rest of your app COPY . . +# Build the application +RUN bun run build + # Expose the port your app runs on (change if needed) EXPOSE 3000