Skip to content

Commit

Permalink
Merge pull request #2458 from tarlepp/chore(env)/bug-with-sudoers
Browse files Browse the repository at this point in the history
Chore(env) - Fixed sudo user issue
  • Loading branch information
tarlepp committed Oct 15, 2023
2 parents 362c3e6 + 4db8d7e commit 169d16a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile_dev
Expand Up @@ -115,7 +115,8 @@ RUN groupadd --gid ${HOST_GID} dev \
--shell /bin/bash \
--create-home dev \
&& usermod -a -G www-data,sudo dev \
&& chgrp -hR dev /app
&& chgrp -hR dev /app \
&& echo 'dev ALL=(ALL) ALL' >> /etc/sudoers

RUN mkdir -p /home/dev/.config/fish/completions \
&& mkdir -p /home/dev/.config/fish/functions \
Expand Down

0 comments on commit 169d16a

Please sign in to comment.