Skip to content

Commit

Permalink
paths
Browse files Browse the repository at this point in the history
  • Loading branch information
olegdayo committed Dec 1, 2024
1 parent 902b26e commit 1d78e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/back/integrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ RUN go build -ldflags "-s -w" -o ./bin/integrator ./cmd

FROM alpine:latest AS runner
WORKDIR /app
COPY --from=builder /app/bin/gateway .
COPY --from=builder /app/bin/integrator .
CMD ["./integrator"]

0 comments on commit 1d78e4a

Please sign in to comment.