mirror of
https://github.com/SrIzan10/api.git
synced 2026-06-06 00:46:48 +00:00
fix: oops
This commit is contained in:
@@ -8,6 +8,6 @@ RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN tsc --build
|
||||
RUN npm run build
|
||||
|
||||
CMD node dist/index.js
|
||||
@@ -6,7 +6,8 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "tsc-watch --onSuccess \"node dist/index.js\""
|
||||
"dev": "tsc-watch --onSuccess \"node dist/index.js\"",
|
||||
"build": "tsc --build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user