Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
EatPrilosec committed Aug 11, 2024
1 parent c29d999 commit e614f3a
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 @@ -95,7 +95,7 @@ CMD <<-EOF
chown -R user:userg $HOME
chown -R user:userg $WINEPREFIX
chown -R user:userg /app
env >/app/env
bash -c "env >/app/env"
sudo -E --group=userg --user=user $CronCommand >/home/user/cron.log 2>/home/user/cron.log &
echo "$CronSchedule sudo -E --group=userg --user=user $CronCommand >/home/user/cron.log 2>/home/user/cron.log" >/home/user/cronfile
crontab /home/user/cronfile
Expand Down

0 comments on commit e614f3a

Please sign in to comment.