Skip to content

Commit

Permalink
chore: 移除dockerfile中调试代码
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXark committed Aug 27, 2024
1 parent f9c1ddc commit 21523d1
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 9 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM node:alpine as DEV
WORKDIR /app
COPY package.json vite.config.ts tsconfig.json ./
COPY src ./src
CMD ["/bin/bash"]
RUN npm install && npm run build:local

FROM node:alpine as PROD
Expand Down
7 changes: 0 additions & 7 deletions config.json

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-node-externals": "^7.1.3",
"telegram-bot-api-types": "^7.9.7",
"tsx": "^4.18.0",
"typescript": "^5.5.4",
"vite": "^5.2.10",
"vite-plugin-checker": "^0.7.2",
Expand Down
Loading

0 comments on commit 21523d1

Please sign in to comment.