optimizing Dockerfile
This commit is contained in:
@@ -9,7 +9,7 @@ RUN apt-get update \
|
||||
&& apt-get install -y curl \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY ./app/requirements.txt .
|
||||
COPY requirements.txt .
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
COPY ./app /app
|
||||
|
||||
Reference in New Issue
Block a user