This commit is contained in:
紫云徽 2024-08-05 21:31:39 +08:00
parent ebfc12e8b4
commit 236e781d22

View File

@ -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