Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Commit 940a24b

Browse files
committed
Fix path error in build docker file
1 parent 11e34c6 commit 940a24b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/linux/Dockerfile.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV TEAMCITY_HOST="" TEAMCITY_USER="" TEAMCITY_PASSWORD=""
1313
ENV BOLT_HOST="localhost" BOLT_PORT="7687" HTTP_PORT="7474" HTTPS_PORT="7473"
1414
ENV BOLT_PASSWORD="password"
1515
ADD run_tests.sh /seabolt/
16-
COPY --from=build /tmp/build/bin /seabolt/build/bin/
17-
COPY --from=build /tmp/build/dist /seabolt/build/dist/
16+
COPY --from=build /tmp/seabolt/build-docker/bin /seabolt/build/bin/
17+
COPY --from=build /tmp/seabolt/build-docker/dist /seabolt/build/dist/
1818
WORKDIR /seabolt
1919
CMD PYTHON=python3 ./run_tests.sh

0 commit comments

Comments
 (0)