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 ce57f7c commit 5adb292Copy full SHA for 5adb292
Dockerfile
@@ -8,9 +8,6 @@ RUN yarn install
8
RUN yarn build:solver
9
RUN npm install pm2 -g
10
11
-# Copy the solvers.json configuration file to the dist directory since it's dynamically imported and not processed by TypeScript compiler
12
-RUN cp ./typescript/solver/config/solvers.json ./typescript/solver/dist/config/solvers.json
13
-
14
# Show current folder structure in logs
15
RUN ls -al -R
16
typescript/solver/tsconfig.json
@@ -38,5 +38,5 @@
38
"experimentalResolver": true,
39
"files": true
40
},
41
- "include": ["*.ts"]
+ "include": ["*.ts", "**/*.json"]
42
}
0 commit comments