@@ -5,12 +5,11 @@ RUN mkdir /app/assets
|
|||||||
RUN mkdir /app/utils
|
RUN mkdir /app/utils
|
||||||
COPY *.py /app/
|
COPY *.py /app/
|
||||||
COPY requirements.txt /app/
|
COPY requirements.txt /app/
|
||||||
copy assets/* /app/assets/
|
|
||||||
copy utils/* /app/utils/
|
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
|
|
||||||
EXPOSE 7860
|
EXPOSE 7860
|
||||||
|
|
||||||
CMD ["python3", "server.py"]
|
CMD ["python3", "server.py"]
|
||||||
|
|||||||
Reference in New Issue
Block a user