Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit d60c212

Browse files
author
Sachin Maheshwari
committed
updrading node version to 14
1 parent 2dbde96 commit d60c212

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the base image with Node.js
2-
FROM node:8.12
2+
FROM node:14
33

44
# Copy the current directory into the Docker image
55
COPY . /topcoder-x-ui

npm-shrinkwrap.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"npm": "5"
1212
},
1313
"scripts": {
14-
"start": "node -r esm src/app.js",
14+
"start": "node src/app.js",
1515
"serve": "./node_modules/.bin/concurrently \"npm run start:be\" \"npm run start:fe\"",
1616
"start:be": "nodemon src/app.js ",
1717
"start:fe": "gulp build:watch",
@@ -53,7 +53,6 @@
5353
"cors": "^2.8.4",
5454
"debug": "~2.6.3",
5555
"dynamoose": "^1.1.0",
56-
"esm": "^3.2.25",
5756
"express": "^4.15.4",
5857
"express-jwt": "^5.3.0",
5958
"express-session": "^1.15.5",

0 commit comments

Comments
 (0)