mirror of
https://github.com/ethanrusz/scouter.git
synced 2024-11-23 20:27:45 -05:00
Update Dockerfile
This commit is contained in:
parent
31f68d3289
commit
03fc4dd1e7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
|
|||
software-properties-common \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY requirements.txt app.py ./
|
||||
COPY requirements.txt app.py scouter.db ./
|
||||
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue