Skip to content

Commit b260b34

Browse files
committed
fix: not correct request model on random method
1 parent 8ac239c commit b260b34

5 files changed

+415
-9
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN npm run build
1515

1616
FROM node:20
1717

18+
COPY --from=builder /app/public ./public
1819
COPY --from=builder /app/node_modules ./node_modules
1920
COPY --from=builder /app/package*.json ./
2021
COPY --from=builder /app/tsconfig.json ./

0 commit comments

Comments
 (0)