We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 362c3e6 + 4db8d7e commit 169d16aCopy full SHA for 169d16a
Dockerfile_dev
@@ -115,7 +115,8 @@ RUN groupadd --gid ${HOST_GID} dev \
115
--shell /bin/bash \
116
--create-home dev \
117
&& usermod -a -G www-data,sudo dev \
118
- && chgrp -hR dev /app
+ && chgrp -hR dev /app \
119
+ && echo 'dev ALL=(ALL) ALL' >> /etc/sudoers
120
121
RUN mkdir -p /home/dev/.config/fish/completions \
122
&& mkdir -p /home/dev/.config/fish/functions \
0 commit comments