summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2023-01-30 22:26:19 -0600
committerMark Powers <mark@marks.kitchen>2023-01-30 22:27:26 -0600
commitad11ec7f93dca356748cb6c8bc49313a7ee7c3d7 (patch)
tree72418f494cd4b405cecdd5e6fbd539781e0c30e0 /Dockerfile
parentb6c0e7dbc3b618ecca2449c4395ce857649521cf (diff)
Add form for new form
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