Skip to content

Commit dfcb88c

Browse files
author
AREMA Ontology Bot
committed
chore: update skohub to 0.3.2
1 parent b3a490f commit dfcb88c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
CONTAINER_ID=$(docker create \
4242
-v $(pwd)/src/ontology:/app/data \
4343
-v $(pwd)/.env:/app/.env \
44-
ghcr.io/sdsc-ordes/skohub-vocabs:v0.3.1 \
44+
ghcr.io/sdsc-ordes/skohub-vocabs:v0.3.2 \
4545
sh -c "npm run build"
4646
)
4747

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ RUN uv sync
1616
# Copy application code
1717
COPY . .
1818

19+
# Set Python path so imports work correctly
20+
ENV PYTHONPATH="/app/src:/app/tools/python/converter:${PYTHONPATH}"
21+
1922
# Expose port
2023
EXPOSE 8000
2124

0 commit comments

Comments
 (0)