add script for starting with docker, easy deploy verification

This commit is contained in:
MapleLeaf
2022-01-07 15:17:31 -06:00
parent b8ffec699a
commit 7685da4f71

2
scripts/start-docker.sh Executable file
View File

@@ -0,0 +1,2 @@
docker build -t reacord .
docker run -t -p 3000:3000 reacord