Update unittest container to build ui-deps

This commit is contained in:
James Laska
2016-10-19 12:35:59 -04:00
parent 54683cbff4
commit ff8966dd48
2 changed files with 5 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ COPY awx/ui/package.json awx/ui/
RUN npm set progress=false
RUN make ui-deps-built
RUN make ui-deps
ENTRYPOINT ["/bin/bash", "-c"]
CMD ["bash"]