diff --git a/Dockerfile b/Dockerfile index 41f8117..d1aa79e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM oven/bun:latest WORKDIR /usr/src/app -MKDIR /config +RUN mkdir -p /config COPY ./config.json /config COPY . . RUN bun install --frozen-lockfile --production