playbooks/barker/app/docker-entrypoint.sh

7 lines
60 B
Bash
Raw Normal View History

2020-10-17 06:57:59 +00:00
#!/bin/bash
set -e
cp /app/frontend/* /frontend
exec "$@"