Updated webircgateway binary build location in Dockerfile

master
Meliurwen 2 years ago
parent a73648057e
commit 6fc6b5cce8
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 2
      webircgateway/Dockerfile

@ -30,7 +30,7 @@ RUN go build
FROM ${FNL_IMG}:${FNL_TAG} AS webircgateway FROM ${FNL_IMG}:${FNL_TAG} AS webircgateway
COPY --from=builder /go/webircgateway/webircgateway /app/webircgateway COPY --from=builder /webircgateway/webircgateway /app/webircgateway
WORKDIR /app WORKDIR /app

Loading…
Cancel
Save