Skip to content

Commit

Permalink
chore(judger-agent): up dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed Apr 12, 2024
1 parent 89caa40 commit 2bc3098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sub-app/judger-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY tsconfig.json ./
COPY ecosystem.config.js ./
COPY ecosystem-dm.config.js ./
COPY src ./src
RUN npm i
RUN npm ci
RUN npm run build

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

0 comments on commit 2bc3098

Please sign in to comment.