Skip to content

Commit

Permalink
ep2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxprilutskiy committed Oct 7, 2024
1 parent 7e860f7 commit dc8ae4e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 156 deletions.
6 changes: 2 additions & 4 deletions action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ COPY package*.json /app
COPY src /app/src

# Install pnpm and dependencies
RUN npm install -g pnpm && pnpm install

RUN ls -la
RUN npm install -g pnpm ts-node && pnpm install

# Run the Node.js application
ENTRYPOINT ["pnpm", "run", "start"]
ENTRYPOINT ["ts-node", "./src/index.ts"]
4 changes: 0 additions & 4 deletions action/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"scripts": {
"start": "ts-node src/index.ts"
},
"dependencies": {
"octokit": "^4.0.2",
"ts-node": "^10.9.2",
"zod": "^3.23.8"
}
}
148 changes: 0 additions & 148 deletions action/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc8ae4e

Please sign in to comment.