1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-07 23:17:25 +00:00

Fixed dev dockerfile to start up quicker by not adding the rails code. This code gets mounted instead with rails-dev.sh. Added git logs and node_modules folder to dockerignore. Added node_modules folder to gitignore.

This commit is contained in:
2016-12-08 13:40:05 -05:00
parent bbb745564e
commit 67c64e94d1
3 changed files with 5 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ RUN npm install -g lineman
RUN mkdir /rails
WORKDIR /rails
ADD . /rails
#ADD . /rails
VOLUME ["/rails"]