Files
reacord/scripts/start-docker.sh

3 lines
61 B
Bash
Executable File

docker build -t reacord .
docker run -t -p 3000:3000 reacord