Skip to content

Commit

Permalink
Merge pull request #144 from center-for-threat-informed-defense/bug/c…
Browse files Browse the repository at this point in the history
…tid-12/stuck-reports-on-docker
  • Loading branch information
m3mike authored Feb 9, 2022
2 parents 8e60053 + 6de52f5 commit 39aa87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ else:
printf "%s" "${PY_CREATE_SU_SCRIPT}" | python3 /tram/src/tram/manage.py shell
fi

nohup python3 /tram/src/tram/manage.py pipeline run --model logreg &
nohup python3 /tram/src/tram/manage.py pipeline run --model logreg --run-forever &

# Run Django on port 8000
# python3 /tram/src/tram/manage.py runserver 0.0.0.0:8000
Expand Down

0 comments on commit 39aa87c

Please sign in to comment.