Made building faster when developing
This commit is contained in:
parent
6595082d50
commit
2fb2efb076
@ -12,7 +12,9 @@ RUN apt-get update && \
|
||||
rm -rf bw.zip
|
||||
|
||||
WORKDIR /bitwarden-to-keepass
|
||||
COPY . .
|
||||
COPY requirements.txt ./
|
||||
|
||||
RUN pip install --no-cache-dir --upgrade pip && \
|
||||
pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
Loading…
x
Reference in New Issue
Block a user