Change ts compile error
This commit is contained in:
parent
ec0520698e
commit
e02a5b264c
2 changed files with 1 additions and 11 deletions
|
|
@ -1,11 +0,0 @@
|
|||
FROM node:14.13.0-alpine3.10
|
||||
|
||||
COPY package.json .
|
||||
|
||||
RUN yarn install --production=true
|
||||
|
||||
COPY dist/main.js main.js
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD [ "node", "main.js" ]
|
||||
|
|
@ -23,6 +23,7 @@
|
|||
"webpack-node-externals": "^2.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/minimist": "^1.2.0",
|
||||
"@types/cors": "^2.8.7",
|
||||
"@types/express": "^4.17.8",
|
||||
"@types/node": "^14.11.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue