2
0
Fork 0

Create 'static' directory as unprivileged user

This commit is contained in:
Luca 2022-04-26 17:49:33 +02:00
parent e32ccc0b6a
commit d65bef7a13
1 changed files with 1 additions and 1 deletions

View File

@ -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