forked from mystiq/dex
chore(docker): move user to the end
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
7b2972a04b
commit
a33669e3ec
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ USER 1001:1001
|
||||||
# are in the default path.
|
# are in the default path.
|
||||||
COPY --from=builder /usr/local/src/dex/web web
|
COPY --from=builder /usr/local/src/dex/web web
|
||||||
|
|
||||||
|
USER 1001:1001
|
||||||
|
|
||||||
ENTRYPOINT ["dex"]
|
ENTRYPOINT ["dex"]
|
||||||
|
|
||||||
CMD ["version"]
|
CMD ["version"]
|
||||||
|
|
Loading…
Reference in a new issue