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 bfe00fc commit f72df71
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@ ENV WINEPREFIX $HOME/wineprefix
RUN sudo -E -u user -g userg wineboot --init

ENV CronCommand /app/epg-start.sh

CMD usermod -u $PUID user ; \
ENTRYPOINT ["/usr/bin/bash", "-c"]
CMD echo test \
echo test2 ; \
usermod -u $PUID user ; \
groupmod -g $PGID userg ; \
usermod -a -G sudo user ; \
chown -R user:userg $HOME ; \
Expand Down

0 comments on commit f72df71

Please sign in to comment.