Browse Source

Remove the expose call

Signed-off-by: Maksim Nabokikh <max.nabokih@gmail.com>
pull/3276/head
Maksim Nabokikh 2 years ago committed by GitHub
parent
commit
adde14ba41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Dockerfile

2
Dockerfile

@ -31,7 +31,7 @@ COPY . .
# Propagate Dex version from build args to the build environment
ARG VERSION
RUN ([ "$VERSION" != "" ] || export $VERSION) && make release-binary
RUN make release-binary
RUN xx-verify /go/bin/dex && xx-verify /go/bin/docker-entrypoint

Loading…
Cancel
Save