Added support for Docker usage in development

This commit is contained in:
2024-02-23 13:27:29 -05:00
parent 75552eccee
commit 65fc2b753b
5 changed files with 21 additions and 0 deletions

1
bin/docker-run.bat Normal file
View File

@ -0,0 +1 @@
docker run --rm -d -v "%cd%:/app" -p 3000:3000 --name leviathan leviathan