Skip to content

Commit

Permalink
Fix entry point in Dockerfile (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Nov 8, 2023
1 parent d1e9b6b commit a35f3c7
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 @@ -26,4 +26,4 @@ ENV PATH=/root/.local/bin:$PATH
ENV ASREVIEW_PATH=/project_folder
EXPOSE 5000

ENTRYPOINT ["asreview", "lab"]
ENTRYPOINT ["asreview"]

0 comments on commit a35f3c7

Please sign in to comment.