Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii authored Mar 19, 2024
1 parent cd78226 commit cbc22ee
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 @@ -18,7 +18,7 @@ RUN ["./bazelisk-linux-amd64", "build", "//wgkex/worker:app"]
FROM python:3.11.8-slim-bookworm
WORKDIR /wgkex

COPY --from=builder /wgkex/bazel /wgkex/
COPY --from=builder /bazel-bin/wgkex/bazel /wgkex/

COPY entrypoint /entrypoint

Expand Down

0 comments on commit cbc22ee

Please sign in to comment.