wordpress-dev/production/entrypoint.sh

5 lines
30 B
Bash
Raw Normal View History

2020-03-08 15:55:06 +00:00
#!/bin/bash
set -e
exec "$@"