Create 'static' directory as unprivileged user

pull/1/head
Luca 3 years ago
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…
Cancel
Save