Fix path
This commit is contained in:
parent
fa3a128930
commit
4a5f80e429
|
@ -2,7 +2,7 @@ FROM python:3-alpine
|
|||
|
||||
COPY requirements.txt /app/
|
||||
|
||||
RUN pip3 install -r requirements.txt
|
||||
RUN pip3 install -r /app/requirements.txt
|
||||
|
||||
COPY . /app
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user