mirror of
https://github.com/SrIzan10/api.git
synced 2026-06-06 00:46:48 +00:00
fix: wrong command, now fixed
This commit is contained in:
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"dotenv.enableAutocloaking": false
|
||||
}
|
||||
@@ -10,4 +10,4 @@ RUN npm i -g typescript
|
||||
|
||||
EXPOSE 7272
|
||||
|
||||
CMD tsc --watch;node dist/index.js
|
||||
CMD tsc --build;node dist/index.js
|
||||
Reference in New Issue
Block a user