Skip to content

Commit 53ba132

Browse files
mircealunguclaude
andcommitted
Use /zeeguu-data for resources to match volume mount
Changes ZEEGUU_RESOURCES_FOLDER from /zeeguu-resources to /zeeguu-data so that Stanza models persist across container restarts using the existing docker-compose volume mount. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 6eb5bea commit 53ba132

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \
3535
du -sh /root/.cache/pip
3636

3737
# Setup NLTK resources folder
38-
ENV ZEEGUU_RESOURCES_FOLDER=/zeeguu-resources
38+
# Use /zeeguu-data to match docker-compose volume mount
39+
ENV ZEEGUU_RESOURCES_FOLDER=/zeeguu-data
3940
RUN mkdir -p $ZEEGUU_RESOURCES_FOLDER
4041

4142
# Copy the rest of the application

0 commit comments

Comments
 (0)