mirror of
https://github.com/schollz/croc.git
synced 2024-11-24 08:02:33 +03:00
Use unprivileged user in docker
See https://americanexpress.io/do-not-run-dockerized-applications-as-root/ and https://engineering.bitnami.com/articles/why-non-root-containers-are-important-for-security.html
This commit is contained in:
parent
5b0883e1fe
commit
968950f783
@ -11,5 +11,6 @@ EXPOSE 9011
|
||||
EXPOSE 9012
|
||||
EXPOSE 9013
|
||||
COPY --from=builder /go/croc/croc /go/croc/croc-entrypoint.sh /
|
||||
USER nobody
|
||||
ENTRYPOINT ["/croc-entrypoint.sh"]
|
||||
CMD ["relay"]
|
||||
|
Loading…
Reference in New Issue
Block a user