Skip to content

Commit

Permalink
Dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
daveajones committed Dec 1, 2021
1 parent 2caede6 commit c0bf362
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion umbrel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ COPY --from=builder /opt/helipad/target/release/helipad .
COPY --from=builder /opt/helipad/*.html .
COPY --from=builder /opt/helipad/*.js .
COPY --from=builder /opt/helipad/*.mp3 .
COPY --from=builder /opt/helipad/*.ico .

EXPOSE 2112/tcp

ENTRYPOINT ["/data/launch.sh"]
ENTRYPOINT ["/opt/helipad/helipad"]

0 comments on commit c0bf362

Please sign in to comment.