diff options
author | Mark Powers <mark@marks.kitchen> | 2023-01-30 22:26:19 -0600 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2023-01-30 22:27:26 -0600 |
commit | ad11ec7f93dca356748cb6c8bc49313a7ee7c3d7 (patch) | |
tree | 72418f494cd4b405cecdd5e6fbd539781e0c30e0 /Dockerfile | |
parent | b6c0e7dbc3b618ecca2449c4395ce857649521cf (diff) |
Add form for new form
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |