luthor/luthor/docker-entrypoint.sh

7 lines
60 B
Bash
Raw Permalink Normal View History

2021-01-05 07:32:52 +00:00
#!/bin/bash
set -e
cp /app/frontend/* /frontend
exec "$@"