Skip to content

Commit 6901fad

Browse files
committed
fix(deps): 🗃️ docker build - failed to solve failed to compute cache key
1 parent 22d7195 commit 6901fad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ WORKDIR /app
2020
COPY --from=builder /app/server .
2121
COPY --from=builder /app/configs ./configs
2222
COPY --from=builder /app/html ./html
23+
COPY --from=builder /app/api/openapi.yaml api/openapi.yaml
2324

2425
EXPOSE 4102
2526

0 commit comments

Comments
 (0)