Skip to content

Commit 8bd085a

Browse files
committed
Fix broken Docker base image.
1 parent 685c312 commit 8bd085a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

deploy/image/ruby-bench-web/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ RUN useradd rubybench -s /bin/bash -m -U && \
2222
git config --global user.name "rubybench" && \
2323
git config --global user.email "https://twitter.com/tgx_world" && \
2424
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
25+
chown -R rubybench:rubybench /var/www/ruby-bench-web
2726

2827
RUN mkdir -p /shared/gems && chown -R rubybench /shared/gems && \
2928
cd /var/www/ruby-bench-web && \

0 commit comments

Comments
 (0)