Adds Docker Config

This commit is contained in:
2023-05-14 14:32:57 +05:30
parent fc0064f6a0
commit 6aa6cfd387
4 changed files with 15 additions and 138 deletions

1
deploy.ps1 Normal file
View File

@@ -0,0 +1 @@
docker build -t app . && docker run -it --init -p 5454:8000 app