Add web routes

This commit is contained in:
2019-11-05 22:54:03 +03:00
parent 72fe4e5569
commit 81da30fb01
6 changed files with 85 additions and 11 deletions

View File

@ -9,6 +9,7 @@ if [ -t 1 ] ; then
fi
docker run -i $TTY \
--init \
-u "$(id -u):$(id -g)" \
-v "$PWD:/app" \
-p "3000:3000" \