Skip to content

Commit

Permalink
Fix docker dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Dec 23, 2020
1 parent e46032b commit bdb760c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ COPY ood-portal-generator /opt/ood/ood-portal-generator
COPY ood_auth_map /opt/ood/ood_auth_map
COPY apps /opt/ood/apps
COPY Rakefile /opt/ood/Rakefile
COPY lib /opt/ood/lib

RUN cd /opt/ood && \
scl enable ondemand -- rake -mj4 build && \
Expand Down

0 comments on commit bdb760c

Please sign in to comment.