chore(docker): move user to the end

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar
2021-01-23 19:06:24 +01:00
parent 7b2972a04b
commit a33669e3ec

View File

@@ -48,6 +48,8 @@ USER 1001:1001
# are in the default path.
COPY --from=builder /usr/local/src/dex/web web
USER 1001:1001
ENTRYPOINT ["dex"]
CMD ["version"]