Skip to content

Commit

Permalink
ci: copy in protos for Docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jul 11, 2024
1 parent 2c1c463 commit a46035d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN cargo build --release
# Now copy in the rest of the sources.
COPY build.rs Cargo.toml Cargo.lock /usr/src/varfish-server-worker/
COPY src /usr/src/varfish-server-worker/src/
COPY protos /usr/src/varfish-server-worker/protos/
# COPY utils/alpine-linker-script.sh /usr/src/varfish-server-worker/utils/
# RUN chmod a+rx /usr/src/varfish-server-worker/utils/alpine-linker-script.sh
# COPY .cargo /usr/src/varfish-server-worker/.cargo/
Expand Down

0 comments on commit a46035d

Please sign in to comment.