aboutsummaryrefslogtreecommitdiff
path: root/deploy.ps1
diff options
context:
space:
mode:
authorIndrajith K L2023-05-14 14:32:57 +0530
committerIndrajith K L2023-05-14 14:32:57 +0530
commit6aa6cfd38755b124fa77b76ef2135c94241dbd23 (patch)
treed29d83deeee98da76a776733cb5e80a6d79348c2 /deploy.ps1
parentfc0064f6a0ed4c66a726a93786f7e1bb39bcfe80 (diff)
downloadpackage-analyzer-6aa6cfd38755b124fa77b76ef2135c94241dbd23.tar.gz
package-analyzer-6aa6cfd38755b124fa77b76ef2135c94241dbd23.tar.bz2
package-analyzer-6aa6cfd38755b124fa77b76ef2135c94241dbd23.zip
Adds Docker Config
Diffstat (limited to 'deploy.ps1')
-rw-r--r--deploy.ps11
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