From ad11ec7f93dca356748cb6c8bc49313a7ee7c3d7 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Mon, 30 Jan 2023 22:26:19 -0600 Subject: Add form for new form --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') 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 -- cgit v1.2.3