From cb090d5546c9f09f087d6b758ed7fb798a67ff65 Mon Sep 17 00:00:00 2001 From: ucfchandra Date: Tue, 26 Nov 2024 09:55:19 -0500 Subject: [PATCH] test env change --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index 9da0682..b8e8c7b 100644 --- a/Containerfile +++ b/Containerfile @@ -81,8 +81,10 @@ RUN mkdir -p /app COPY entrypoint.sh /app/ COPY --from=builder /install /usr/local COPY --from=static-builder /app/static /app/static +COPY .env /app COPY . /app + WORKDIR /app RUN sh -c 'python manage.py collectstatic --no-input'