Skip to content

Commit

Permalink
chore: 🚧 Paths
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed Nov 30, 2024
1 parent 7ae8597 commit 9383d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20
WORKDIR /usr/src/app
COPY dist ./dist
CMD [ "node", "dist/index.js" ]
CMD [ "node", "/usr/src/app/dist/index.js" ]
2 changes: 1 addition & 1 deletion src/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async function main() {
} else {
console.log('Branch _codelimit_reports already exists');
}

// let exitCode = 0;
// if (doUpload) {
// console.log('Scanning codebase...');
Expand Down

0 comments on commit 9383d59

Please sign in to comment.