Skip to content

Commit

Permalink
fix dockerflie (primihub#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingbit authored Dec 22, 2023
1 parent d040725 commit 14b7256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN apt-get update \
&& apt-get install -y python3 python3-dev libgmp-dev python3-pip libzmq5 tzdata libmysqlclient-dev \
&& rm -rf /var/lib/apt/lists/*

COPY --from=builder /opt/bazel-bin.tar.gz /opt/bazel-bin.tar.gz
COPY --from=builder /src/bazel-bin.tar.gz /opt/bazel-bin.tar.gz
COPY --from=builder /src/src/primihub/protos/ /app/src/primihub/protos/

WORKDIR /app
Expand Down

0 comments on commit 14b7256

Please sign in to comment.