Merge pull request #21 from pikasTech/fix/development-image-cli
修复 Development 镜像中的 CLI 制品
This commit is contained in:
@@ -9,6 +9,7 @@ RUN apt-get update \
|
|||||||
COPY package.json bun.lock ./
|
COPY package.json bun.lock ./
|
||||||
RUN bun install --frozen-lockfile --production
|
RUN bun install --frozen-lockfile --production
|
||||||
COPY config ./config
|
COPY config ./config
|
||||||
|
COPY scripts ./scripts
|
||||||
COPY src ./src
|
COPY src ./src
|
||||||
COPY static ./static
|
COPY static ./static
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user