Fix permissions error in dev image (#666)

This commit is contained in:
David Taylor 2023-01-10 20:43:35 +00:00 committed by GitHub
parent e6cb71cd55
commit 1de36f60ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ RUN rm -rf /var/www/*
# Give discourse user no-passwd sudo permissions (for bundle install)
ADD sudoers.discourse /etc/sudoers.d/discourse
RUN sudo -u discourse bundle config set --global path /home/discourse/.bundle/gems
# get redis going
ADD redis.template.yml /pups/redis.yml
RUN /pups/bin/pups /pups/redis.yml