update dockefile
This commit is contained in:
parent
cb5d3c04ad
commit
19805ff308
|
|
@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy requirements first for better caching
|
# Copy requirements first for better caching
|
||||||
COPY requirements_new.txt ./requirements.txt
|
COPY requirements.txt ./requirements.txt
|
||||||
|
|
||||||
# Development stage
|
# Development stage
|
||||||
FROM base as development
|
FROM base as development
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue