neko/client/dev/exec
2024-09-08 11:52:47 +02:00

10 lines
224 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:18-bullseye-slim