YanSte commited on
Commit
f4a554d
·
1 Parent(s): 626ee71

Update with data path

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,7 +48,7 @@ ENV PYTHONUNBUFFERED=1 \
48
  # NLTK
49
  NLTK_DATA="/home/user/nltk/" \
50
  # Store files
51
- DATA_DIR="/app/api/data/" \
52
  # Set the custom Poetry configuration directory
53
  POETRY_CONFIG_DIR="$POETRY_HOME/.config/pypoetry" \
54
  # Crypt
 
48
  # NLTK
49
  NLTK_DATA="/home/user/nltk/" \
50
  # Store files
51
+ DATA_DIR="/api/data/" \
52
  # Set the custom Poetry configuration directory
53
  POETRY_CONFIG_DIR="$POETRY_HOME/.config/pypoetry" \
54
  # Crypt