aboutsummaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Containerfile')
-rw-r--r--Containerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile
index 83b0637..5d27003 100644
--- a/Containerfile
+++ b/Containerfile
@@ -24,6 +24,7 @@ COPY app.py .
24COPY index.html . 24COPY index.html .
25COPY script.js . 25COPY script.js .
26COPY logo.png . 26COPY logo.png .
27COPY favicon.ico .
27 28
28# Expose the port 29# Expose the port
29EXPOSE 5000 30EXPOSE 5000