ansal commited on
Commit
5fea575
1 Parent(s): 72423da

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -11,6 +11,7 @@ COPY . .
11
  EXPOSE 7860
12
 
13
  USER root
 
14
  RUN chmod 777 /code/*
15
  RUN chmod 777 /.cache/*
16
  USER user
 
11
  EXPOSE 7860
12
 
13
  USER root
14
+ RUN mkdir -p /.cache
15
  RUN chmod 777 /code/*
16
  RUN chmod 777 /.cache/*
17
  USER user