diff --git a/Dockerfile b/Dockerfile index 78c7666..dcc13c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ COPY tsconfig.json . RUN bun install --frozen-lockfile COPY ./src ./src COPY ./posts ./posts +COPY ./config ./config USER bun CMD [ "bun", "src/index.tsx" ]