Create 'static' directory as unprivileged user
This commit is contained in:
parent
e32ccc0b6a
commit
d65bef7a13
|
@ -13,7 +13,7 @@ COPY requirements.txt ./
|
|||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
RUN mkdir -p storage
|
||||
RUN mkdir -p static storage
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
|
|
Loading…
Reference in New Issue