summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 412b929..2270d51 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu
RUN apt update -y && apt install -y python3-pip
RUN pip install psycopg2-binary
-COPY index.html /src/index.html
+#COPY static /src/static
COPY server.py /src/server.py
WORKDIR /src