Updated index page + Added about and result pages
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3.10.12
|
||||
ADD . /stark-web
|
||||
WORKDIR /stark-web
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install waitress
|
||||
RUN pip install .
|
||||
|
||||
CMD ["waitress-serve", "--call", "app:app"]
|
||||
Reference in New Issue
Block a user