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