Skip to content

Commit

Permalink
Fix tabs in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ain committed Apr 29, 2017
1 parent 6770a25 commit 8dc8a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ADD . /home/app
WORKDIR /home/app

RUN cp config/database.postgres.docker.yml config/database.yml \
&& chown -R app:app /home/app \
&& chown -R app:app /home/app \
&& rm -f /etc/service/nginx/down /etc/nginx/sites-enabled/default \
&& cp .docker/nginx/sites-enabled/ffcrm.conf /etc/nginx/sites-enabled/ffcrm.conf \
&& cp .docker/nginx/sites-enabled/ffcrm.conf /etc/nginx/sites-enabled/ffcrm.conf \
&& bundle install --deployment

0 comments on commit 8dc8a7a

Please sign in to comment.