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.
dev
/etc/sudoers
1 parent 7b7e4fe commit 1ecf32fCopy full SHA for 1ecf32f
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