Fixes on docker usage instructions

This commit is contained in:
Bertocq
2017-11-15 17:53:05 +01:00
parent 779f76fce4
commit 95571d63db
3 changed files with 37 additions and 30 deletions

View File

@@ -4,9 +4,6 @@ FROM coreapps/ruby2.3
# Install essential Linux packages
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev postgresql-client nodejs
# Define where our application will live inside the image
ENV RAILS_ROOT /var/www/consul