Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 authored Dec 30, 2024
1 parent 1351bd4 commit 586f0ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
ARG BUILD_FROM
FROM $BUILD_FROM

LABEL org.opencontainers.image.source=https://github.com/jscarrott/homebox-addon
LABEL org.opencontainers.image.source=https://github.com/sysadminsmedia/homebox-ha-addon
#comment
# Execute during the build of the image
ENTRYPOINT [ "/app/api" ]
CMD [ "/data/config.yml" ]
CMD [ "/data/config.yml" ]

0 comments on commit 586f0ae

Please sign in to comment.