1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-09 15:42:09 +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 RUN npm install -g lineman
ADD . /rails
RUN mkdir /rails RUN mkdir /rails
WORKDIR /rails WORKDIR /rails
VOLUME ["/rails"] VOLUME ["/rails"]