Personal_Website/docker/webpack/entrypoint.sh
2022-05-26 11:44:06 +02:00

7 lines
35 B
Bash
Executable File

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