From b937f0571e4047d360bb5822833c8f47d63e419b Mon Sep 17 00:00:00 2001 From: Bobby Date: Fri, 10 Nov 2023 18:43:11 -0500 Subject: Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 3c91da9e..a3953968 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,10 +15,11 @@ WORKDIR /app COPY requirements.txt . RUN pip install -r requirements.txt -COPY . . +COPY . ./app RUN python manage.py collectstatic --noinput +RUN python manage.py migrate EXPOSE 8080 -- cgit v1.2.3