Skip to content

Commit

Permalink
chore: docker打包漏了package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Aug 16, 2024
1 parent a645ff8 commit b7b52c3
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 @@ -33,6 +33,7 @@ WORKDIR /opt/openbmclapi
COPY --from=modules /opt/openbmclapi/node_modules ./node_modules
COPY --from=install /opt/openbmclapi/dist ./dist
COPY nginx/ /opt/openbmclapi/nginx
COPY package.json ./


ENV CLUSTER_PORT=4000
Expand Down

0 comments on commit b7b52c3

Please sign in to comment.