diff --git a/Dockerfile b/Dockerfile index e475fa0..be22640 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM oven/bun:latest as base +FROM oven/bun:debian as base WORKDIR /usr/src/app # Copy the dist folder from here