Skip to content

Commit

Permalink
rearrange
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Nov 14, 2024
1 parent da91ced commit 35e211e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ RUN --mount=type=cache,target=$POETRY_CACHE_DIR,sharing=locked \
FROM python:${PYTHON_VERSION}-slim AS production

ENV LS_DIR=/label-studio \
DJANGO_SETTINGS_MODULE=core.settings.label_studio \
HOME=/label-studio \
LABEL_STUDIO_BASE_DATA_DIR=/label-studio/data \
OPT_DIR=/opt/heartex/instance-data/etc \
HOME=$LS_DIR \
PATH="/label-studio/.venv/bin:$PATH" \
DJANGO_SETTINGS_MODULE=core.settings.label_studio \
PYTHONUNBUFFERED=1 \
PYTHONDONTWRITEBYTECODE=1

Expand Down

0 comments on commit 35e211e

Please sign in to comment.