Personal_Website/docker/vue/entrypoint.sh

7 lines
34 B
Bash
Executable File

#!/bin/sh
set -e
yarn
exec "$@"