1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Added files to dev dockerfile

This commit is contained in:
2016-03-26 03:56:08 +00:00
parent a703268a75
commit 1fb38abf16

View File

@@ -15,6 +15,8 @@ RUN bundle install --without production
RUN npm install -g lineman
ADD . /rails
RUN mkdir /rails
WORKDIR /rails
VOLUME ["/rails"]