Skip to content

Commit

Permalink
Fix entrypoint docker for raspberrypi
Browse files Browse the repository at this point in the history
  • Loading branch information
jano42 committed Aug 26, 2020
1 parent 9688426 commit 4307011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-raspberrypi/entrypoint_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ if [ $MAKE_PACKAGE == "true" ]; then
cd yadoms-build_raspberrypi_image

#make the image
./create-yadoms-pi-image
./create-yadoms-pi-image /work

fi

0 comments on commit 4307011

Please sign in to comment.