mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-04 22:40:30 +00:00
Remove requirements.txt after installation
This commit is contained in:
parent
4e25ea51d0
commit
98bd273bcb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ WORKDIR /volumes/repo
|
|||
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN pip3 install -r requirements.txt
|
||||
RUN pip3 install -r requirements.txt && rm requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
|
|
Loading…
Reference in a new issue