Remove the expose call

Signed-off-by: Maksim Nabokikh <max.nabokih@gmail.com>
This commit is contained in:
Maksim Nabokikh
2024-01-16 22:58:54 +01:00
committed by GitHub
parent 520ed3294c
commit adde14ba41
+1 -1
View File
@@ -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