Set STATIC_ROOT

This commit is contained in:
Lukáš Kucharczyk 2023-01-07 18:09:22 +01:00
parent d81dba727b
commit 9dead362c1
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RUN npm install && \
FROM python:3.10-slim-bullseye
ENV VERSION_NUMBER 0.1.0-49-gf550978
ENV VERSION_NUMBER 0.1.0-50-gd81dba7
ENV PROD 1
RUN useradd --create-home --uid 1000 timetracker

View File

@ -123,6 +123,7 @@ USE_TZ = True
# https://docs.djangoproject.com/en/4.1/howto/static-files/
STATIC_URL = "static/"
STATIC_ROOT = BASE_DIR / "/static"
# Default primary key field type
# https://docs.djangoproject.com/en/4.1/ref/settings/#default-auto-field