OnlyBiggg commited on
Commit
dc26e83
·
1 Parent(s): 26e3903
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ WORKDIR /app
13
 
14
  COPY . .
15
 
16
- RUN mkdir -p /app/log && chown -R appuser:appuser /app/log && chmod -R 755 /app/log /app/static/upload
17
 
18
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
19
 
 
13
 
14
  COPY . .
15
 
16
+ RUN mkdir -p /app/log /app/static/upload && chown -R appuser:appuser /app/log && chmod -R 755 /app/log /app/static/upload
17
 
18
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
19