diff options
Diffstat (limited to 'deploy.ps1')
-rw-r--r-- | deploy.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy.ps1 b/deploy.ps1 new file mode 100644 index 0000000..68f6746 --- /dev/null +++ b/deploy.ps1 @@ -0,0 +1 @@ +docker build -t app . && docker run -it --init -p 5454:8000 app
\ No newline at end of file |