Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed Nov 30, 2024
1 parent dd237c0 commit 185aa42
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@ FROM sdutacm/nodebase:16.15.0

WORKDIR /app

COPY package.json ./
COPY package-lock.json ./
COPY .node-version ./
COPY ecosystem.config.js ./
COPY index.js ./
COPY configs ./configs
COPY scripts ./scripts
COPY utils ./utils
COPY schedules ./schedules
COPY . .
RUN npm ci

ENV PATH="/app/node_modules/pm2/bin:${PATH}"
Expand Down

0 comments on commit 185aa42

Please sign in to comment.