forked from LiveCarta/BookConverter
LAW-3131 fix dockerfile
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM python:3
|
FROM python:3
|
||||||
|
|
||||||
COPY requirements.txt /app/
|
COPY requirements.txt /app/
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r /app/requirements.txt
|
||||||
COPY . /app/
|
COPY . /app/
|
||||||
|
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
|
|||||||
Reference in New Issue
Block a user