Updated visuals and expanded website.
This commit is contained in:
@@ -1,8 +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 .
|
||||
RUN pip install --upgrade pip && \
|
||||
pip install waitress && \
|
||||
pip install .
|
||||
|
||||
CMD ["waitress-serve", "--call", "app:create_app"]
|
||||
|
||||
Reference in New Issue
Block a user