bgauduch / call-of-duty-2-docker-server

Minimal & lightweight Call of duty 2 server docker image - include libcod library
https://hub.docker.com/r/bgauduch/cod2server
MIT License
68 stars 17 forks source link

🔥 remove user from Dockerfile run stage #59

Closed bgauduch closed 4 years ago

bgauduch commented 4 years ago

Despite being a good practice, the non-root user created to run the server in the Dockerfile is creating more harm than good, especially about permission on mounted game files. See #44 , #49 and #55 for references.

Until finding a proper solution to handle this, we should remove this user for now.

Creating another issue to find away to put it back on: #58