Skip to content

Commit e626b5f

Browse files
Merge pull request #69 from hyperledger/spec-path
Fixed runtime path for spec.yaml
2 parents 7b0aa0d + 5304c68 commit e626b5f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ RUN make build
88

99
FROM alpine:latest
1010
WORKDIR /fabconnect
11-
COPY --from=fabconnect-builder /fabconnect/fabconnect \
12-
/fabconnect/openapi/ \
13-
./
11+
COPY --from=fabconnect-builder /fabconnect/fabconnect ./
12+
ADD ./openapi ./openapi/
1413
RUN ln -s /fabconnect/fabconnect /usr/bin/fabconnect
1514
ENTRYPOINT [ "fabconnect" ]

0 commit comments

Comments
 (0)