We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685c312 commit 8bd085aCopy full SHA for 8bd085a
1 file changed
deploy/image/ruby-bench-web/Dockerfile
@@ -22,8 +22,7 @@ RUN useradd rubybench -s /bin/bash -m -U && \
22
git config --global user.name "rubybench" && \
23
git config --global user.email "https://twitter.com/tgx_world" && \
24
git remote set-branches --add origin production && \
25
- chown -R rubybench:rubybench /var/www/ruby-bench-web && \
26
- cp config/database.yml.example config/database.yml
+ chown -R rubybench:rubybench /var/www/ruby-bench-web
27
28
RUN mkdir -p /shared/gems && chown -R rubybench /shared/gems && \
29
cd /var/www/ruby-bench-web && \
0 commit comments