Skip to content
Snippets Groups Projects
Unverified Commit a33669e3 authored by Mark Sagi-Kazar's avatar Mark Sagi-Kazar
Browse files

chore(docker): move user to the end

parent 7b2972a0
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,8 @@ USER 1001:1001 ...@@ -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"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment