mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +03:00
chore(chart): Removed unnecessary file copying
This commit is contained in:
parent
a7ad1e77d3
commit
e51aa5e00c
1 changed files with 1 additions and 3 deletions
|
@ -2,11 +2,9 @@ FROM python:3.13
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
COPY ./requirements.txt ./
|
COPY . .
|
||||||
|
|
||||||
RUN pip3 install --no-cache-dir --upgrade -r ./requirements.txt
|
RUN pip3 install --no-cache-dir --upgrade -r ./requirements.txt
|
||||||
|
|
||||||
COPY . .
|
|
||||||
|
|
||||||
EXPOSE 3030
|
EXPOSE 3030
|
||||||
CMD ["python", "main.py"]
|
CMD ["python", "main.py"]
|
Loading…
Add table
Reference in a new issue