Skip to content

Commit

Permalink
fix: fix geo library dont copy problem
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Mar 9, 2024
1 parent d38b729 commit b19292e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ COPY . .
RUN pnpm install --filter @tianji/server... --config.dedupe-peer-dependents=false

RUN mkdir -p ./src/server/public
COPY --from=static /app/tianji/geo /app/tianji/geo
COPY --from=static /app/tianji/src/server/public /app/tianji/src/server/public

RUN pnpm build:server
Expand Down

0 comments on commit b19292e

Please sign in to comment.