matthoffner commited on
Commit
7fa09e8
·
1 Parent(s): 273c544

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ COPY requirements.txt ./
13
  RUN pip install --upgrade pip && \
14
  pip install -r requirements.txt
15
 
16
- RUN mkdir ./cache
17
  COPY --chown=user . .
18
 
19
  RUN ls -al
 
13
  RUN pip install --upgrade pip && \
14
  pip install -r requirements.txt
15
 
16
+ RUN mkdir .cache
17
  COPY --chown=user . .
18
 
19
  RUN ls -al