Files
reacord/scripts/start-docker.sh
2022-01-09 17:36:42 -06:00

3 lines
64 B
Bash
Executable File

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