Skip to content

Commit

Permalink
Moved ts-node to docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannyboy313 committed Dec 4, 2023
1 parent bb6bb1b commit ab4a29e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 155 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM node:21-alpine3.17
RUN npm install -g nodemon
RUN npm install -g nodemon ts-node
154 changes: 2 additions & 152 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"dotenv": "^16.3.1",
"express": "^4.18.2",
"save-dev": "^0.0.1-security",
"selenium-webdriver": "^4.15.0",
"ts-node": "^10.9.1"
"selenium-webdriver": "^4.15.0"
}
}

0 comments on commit ab4a29e

Please sign in to comment.