Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
EatPrilosec authored Aug 11, 2024
1 parent 1d1d6ad commit c29d999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN sudo -E -u user -g userg wineboot --init
ENV CronCommand /app/epg-start.sh


CMD <<-EndOfStartScript
CMD <<-EOF

echo test
echo test2
Expand All @@ -102,4 +102,4 @@ CMD <<-EndOfStartScript
cron &
tail -F /opt/cron.log

EndOfStartScript
EOF

0 comments on commit c29d999

Please sign in to comment.