Compare commits
No commits in common. "e630df6792ff961b48a9b132998b19c32d08a539" and "9c21aa838fee24c7453cb74fe30bd6e85334cb86" have entirely different histories.
e630df6792
...
9c21aa838f
1 changed files with 1 additions and 3 deletions
|
@ -5,10 +5,8 @@ RUN apt-get update && apt-get install -y libgl1 && rm -rf /var/lib/apt/lists/*
|
|||
RUN mkdir -p /opt/minya
|
||||
WORKDIR /opt/minya
|
||||
|
||||
ADD requirements.txt /opt/minya
|
||||
ADD . /opt/minya
|
||||
|
||||
RUN python3 -m pip install -r requirements.txt
|
||||
|
||||
ADD . /opt/minya
|
||||
|
||||
CMD ["python3", "minya.py"]
|
||||
|
|
Loading…
Reference in a new issue