Skip to content

Commit

Permalink
fix: Update runner files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingwl committed Feb 23, 2023
1 parent 3e01ef7 commit 6ed1e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ FROM ghcr.io/perfsee/perfsee/runner:latest as runner_deploy
ADD . /code
WORKDIR /code
RUN yarn && yarn build
CMD ["node", "-r", "./tools/paths-register", "packages/job-runner/dist/index.js"]
CMD ["node", "-r", "./tools/paths-register", "packages/runner/executor/dist/index.js"]

0 comments on commit 6ed1e46

Please sign in to comment.