Skip to content

Commit ce57f7c

Browse files
committed
fix: Copy json file to dist
1 parent 0f1863d commit ce57f7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ RUN yarn install
88
RUN yarn build:solver
99
RUN npm install pm2 -g
1010

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+
1114
# Show current folder structure in logs
1215
RUN ls -al -R
1316

0 commit comments

Comments
 (0)