This commit is contained in:
parent
fa6550bcf5
commit
46e5b0b968
2 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,7 @@ WORKDIR /usr/src/app
|
|||
|
||||
# Install python requirements
|
||||
COPY requirements.txt ./
|
||||
RUN pip install --no-cache-dir --upgrade pip
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Make dirs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue