Merge pull request #4 from rogsme/improve-dockerfile
Made building faster when developing
This commit is contained in:
commit
6434e2b995
@ -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