Change Project Path
This commit is contained in:
parent
12e5e43f5c
commit
5c5378217e
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
FROM python:3.7.3
|
||||
|
||||
RUN mkdir app
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
COPY ./ ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue