Skip to content

Commit

Permalink
fixed broken filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes committed Mar 27, 2022
1 parent 89fbd51 commit 5356e65
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 @@ -21,7 +21,7 @@ VOLUME /home/arm/media
VOLUME /home/arm/config
WORKDIR /home/arm

ENTRYPOINT ["/opt/arm/scripts/docker-entrypoint.sh"]
ENTRYPOINT ["/opt/arm/scripts/docker/docker-entrypoint.sh"]
CMD service rsyslog start
CMD ["python3", "/opt/arm/arm/runui.py"]

Expand Down

0 comments on commit 5356e65

Please sign in to comment.