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

Fixed dev dockerfile

This commit is contained in:
2016-03-26 04:10:57 +00:00
parent 1fb38abf16
commit 8ebff0b37a

View File

@@ -15,10 +15,11 @@ RUN bundle install --without production
RUN npm install -g lineman
ADD . /rails
RUN mkdir /rails
WORKDIR /rails
ADD . /rails
VOLUME ["/rails"]
EXPOSE 3000