From ad6d775207d61e1a18e3c3305feef93856855339 Mon Sep 17 00:00:00 2001 From: liangliangyy Date: Sun, 8 Oct 2023 10:38:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 3 ++- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 188cb3f4..ccaabf96 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,4 +7,5 @@ uploads/ settings_production.py *.md docs/ -logs/ \ No newline at end of file +logs/ +static/ \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index e2f7aabe..9b14ebec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.11 ENV PYTHONUNBUFFERED 1 WORKDIR /code/djangoblog/ RUN apt-get update && \