Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile-debian
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ RUN groupadd --gid 1000 nginx-api-gateway \
RUN mkdir -p /usr/local/api-gateway \
&& chown -R nginx-api-gateway:nginx-api-gateway /etc/init-container.sh /etc/api-gateway /var/log/api-gateway /usr/local \
&& chmod 755 -R /etc/api-gateway /var/log/api-gateway /usr/local \
&& echo "nginx-api-gateway ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
&& echo "nginx-api-gateway ALL=(ALL) NOPASSWD:SETENV: ALL" >> /etc/sudoers

RUN apt-get update && apt-get install -y inotify-tools

Expand Down