mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -03:30
Fix unit test runs
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user