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