Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaillat authored Feb 23, 2024
1 parent a326fd0 commit 0b47c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/phraseanet/worker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ else

if [ ! -z "$PHRASEANET_CMD_MODE" ] && [ ${PHRASEANET_CMD_MODE} == "1" ] ; then
apt update
apt install screen
apt install screen -y
echo "Worker are in custom process mode"
fi

Expand Down

0 comments on commit 0b47c20

Please sign in to comment.