compilebox icon indicating copy to clipboard operation
compilebox copied to clipboard

What's the purpose of using mysql in the setup Dockerfile?

Open jonog94 opened this issue 6 years ago • 0 comments

Hi, please refer to this code in the setup Dockerfile: RUN echo "mysql ALL = NOPASSWD: /usr/sbin/service mysql start" | cat >> /etc/sudoers

What's the reason to setting no permissions to a mysql connection? Do we even need a db connection for code compiling service?

jonog94 avatar Feb 09 '19 18:02 jonog94