diff --git a/Dockerfile b/Dockerfile index 4fd1abb..2dbe9c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM oven/bun:1 AS base WORKDIR /usr/src/app +COPY . . RUN bun install # run the app