This commit is contained in:
紫云徽 2024-08-05 21:27:53 +08:00
parent 70ee170f58
commit ebfc12e8b4

View File

@ -1,8 +1,9 @@
FROM oven/bun:latest
WORKDIR /usr/src/app
MKDIR /config
COPY ./config.json /config
COPY . .
RUN bun install --production
RUN bun install --frozen-lockfile --production
ENV NODE_ENV=production
EXPOSE 7000/tcp