Skip to content

Commit

Permalink
set the right docker.yaml for cgo build
Browse files Browse the repository at this point in the history
Signed-off-by: Daan Gerits <daan.gerits@gmail.com>
  • Loading branch information
calmera committed Jun 10, 2024
1 parent 2af630f commit 23dcffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/docker/Dockerfile.cgo
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends libzmq3-dev

COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=build /go/src/github.com/wombatwisdom/wombat/target/bin/wombat .
COPY resources/docker.yaml /wombat.yaml
COPY resources/docker/docker.yaml /wombat.yaml

EXPOSE 4195

Expand Down

0 comments on commit 23dcffd

Please sign in to comment.