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
@ -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"]
|
||||||
|
Reference in New Issue
Block a user