Skip to content

Commit

Permalink
Fix directory in Dockerfile
Browse files Browse the repository at this point in the history
Previously, a wrong directory for `service.py` was specified in
the Dockerfile.

This fixes this problem.
  • Loading branch information
s-heppner committed Sep 11, 2024
1 parent e669b0b commit d5c3d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ ENV PYTHONPATH=/app
EXPOSE 8125

# Command to run the FastAPI server
CMD ["python", "resolver_modules/service.py"]
CMD ["python", "semantic_id_resolver/service.py"]

0 comments on commit d5c3d0f

Please sign in to comment.