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

Re-added source code to the dev docker image for jenkins to use

This commit is contained in:
2017-01-17 03:30:20 +00:00
parent 67c64e94d1
commit c16ec26ecb

View File

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