mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-24 17:04:43 +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:
@@ -1 +1,3 @@
|
|||||||
./.git
|
.git
|
||||||
|
frontend/node_modules
|
||||||
|
log
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -16,3 +16,4 @@
|
|||||||
/tmp
|
/tmp
|
||||||
.rvmrc
|
.rvmrc
|
||||||
/deploy/prod.env
|
/deploy/prod.env
|
||||||
|
frontend/node_modules
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ RUN npm install -g lineman
|
|||||||
RUN mkdir /rails
|
RUN mkdir /rails
|
||||||
WORKDIR /rails
|
WORKDIR /rails
|
||||||
|
|
||||||
ADD . /rails
|
#ADD . /rails
|
||||||
|
|
||||||
VOLUME ["/rails"]
|
VOLUME ["/rails"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user