Skip to content

Commit

Permalink
fix: Correct the entrypoint command (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon authored Sep 18, 2024
1 parent a8800b8 commit f805675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if [ "$first" == exec ]; then
else
exec \
annonars \
run-server \
server run \
$(test -e $PATH_DB_CLINVAR_37 && echo --path-clinvar $PATH_DB_CLINVAR_37) \
$(test -e $PATH_DB_CLINVAR_38 && echo --path-clinvar $PATH_DB_CLINVAR_38) \
$(test -e $PATH_DB_CLINVAR_SV_37 && echo --path-clinvar-sv $PATH_DB_CLINVAR_SV_37) \
Expand Down

0 comments on commit f805675

Please sign in to comment.