Fix unit test runs

This commit is contained in:
Shane McDonald
2017-07-25 14:01:43 -04:00
parent 1249a8b30f
commit e904d47122
3 changed files with 15 additions and 3 deletions

View File

@@ -7,5 +7,7 @@ RUN npm set progress=false
WORKDIR "/awx_devel"
ENTRYPOINT ["/bin/bash", "-c"]
CMD ["bash"]
ADD tools/docker-compose/unit-tests/entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]