diff --git a/.dockerignore b/.dockerignore index 5ffbd26..6f794ee 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,3 @@ -./.git \ No newline at end of file +.git +frontend/node_modules +log \ No newline at end of file diff --git a/.gitignore b/.gitignore index b057d17..a096644 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /tmp .rvmrc /deploy/prod.env +frontend/node_modules diff --git a/rails-dev-Dockerfile b/rails-dev-Dockerfile index 6626f8b..fd70897 100644 --- a/rails-dev-Dockerfile +++ b/rails-dev-Dockerfile @@ -18,7 +18,7 @@ RUN npm install -g lineman RUN mkdir /rails WORKDIR /rails -ADD . /rails +#ADD . /rails VOLUME ["/rails"]