Skip to content

Commit

Permalink
fix copy commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Oct 19, 2023
1 parent 8920408 commit d6d99ff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile_OdbDesignServer
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ RUN mkdir --parents /OdbDesign/bin
WORKDIR /OdbDesign/bin

# copy binaries
COPY --from=build /src/OdbDesign/out/build/linux-release/OdbDesignLib/libOdbDesign.so .
COPY --from=build /src/OdbDesign/out/build/linux-release/Utils/libUtils.so .
COPY --from=build /src/OdbDesign/out/build/linux-release/OdbDesignLib/*.so .
COPY --from=build /src/OdbDesign/out/build/linux-release/Utils/*.so .
COPY --from=build /src/OdbDesign/out/build/linux-release/OdbDesignServer/OdbDesignServer .
COPY --from=build /src/OdbDesign/out/build/linux-release/OdbDesignServer/*.so .
COPY --from=build /src/OdbDesign/out/build/linux-release/*.so .
# copy designs and templates directories
COPY --from=build /src/OdbDesign/OdbDesignServer/designs ./designs
COPY --from=build /src/OdbDesign/OdbDesignServer/templates ./templates
#COPY --from=build /src/OdbDesign/OdbDesignServer/designs ./designs
#COPY --from=build /src/OdbDesign/OdbDesignServer/templates ./templates

# run
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/OdbDesign/bin
Expand Down

0 comments on commit d6d99ff

Please sign in to comment.