website online working
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
FROM python:3.12-bullseye
|
||||
|
||||
ENV TZ="America/New_York"
|
||||
|
||||
ENV PYTHONFAULTHANDLER=1
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
@@ -14,10 +12,8 @@ COPY requirements.txt /app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip3 install setuptools
|
||||
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
EXPOSE 8001
|
||||
EXPOSE 8000
|
||||
|
||||
COPY . /app
|
||||
Reference in New Issue
Block a user