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 0f1863d commit ce57f7cCopy full SHA for ce57f7c
Dockerfile
@@ -8,6 +8,9 @@ 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
0 commit comments