diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..ed785b5 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "dotenv.enableAutocloaking": false +} \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index af357d8..2626be5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN npm i -g typescript EXPOSE 7272 -CMD tsc --watch;node dist/index.js \ No newline at end of file +CMD tsc --build;node dist/index.js \ No newline at end of file