neko/dev/exec
Miroslav Šedivý ecbd2d3ca2 add dev scripts.
2022-07-16 20:53:37 +02:00

11 lines
222 B
Bash
Executable File

#!/bin/sh
cd "$(dirname "$0")"
# start component watch
docker run --rm -it \
--user "$(id -u):$(id -g)" \
--volume "${PWD}/../:/app" \
--entrypoint="/bin/bash" \
--workdir="/app" \
node:16-buster-slim