Shane McDonald 793ce37a07 Get unit-test container working
node_modules was being overwritten by the bind-mount when the container started. This is kind of hacky, but it’s the only way to do this without changing everything.
2016-11-02 19:30:37 -04:00

8 lines
128 B
Bash

#!/bin/bash
set -e
mkdir -p /ansible-tower/awx/ui/
mv -n /tmp/ansible-tower/awx/ui/node_modules /ansible-tower/awx/ui
exec $@