We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160e27c commit de60556Copy full SHA for de60556
Dockerfile
@@ -5,4 +5,4 @@ COPY . .
5
6
RUN npm config set unsafe-perm true && npm ci && npm run build && npm prune --production
7
8
-CMD ["node", "./dist/index.js"]
+CMD ["node", "./dist/src/index.js"]
tsconfig.build.json
@@ -1,6 +1,6 @@
1
{
2
"extends": "./tsconfig.json",
3
"exclude": [
4
- "./tests/**/*.test.ts"
+ "./tests/**/*.ts"
]
}
0 commit comments