build: match dockerfile code for amd64 and arm64

This commit is contained in:
2025-02-23 04:33:03 -07:00
parent 84524ebf53
commit 9b9d5be591
2 changed files with 14 additions and 36 deletions

View File

@@ -47,11 +47,6 @@ LABEL org.opencontainers.image.url="https://github.com/TheBinaryNinja/tvapp2/pkg
LABEL org.opencontainers.image.licenses="MIT"
LABEL BUILDVERSION="TVApp2 v${VERSION} Build ${BUILDDATE}"
# @repo.1 https://github.com/TheBinaryNinja/tvapp2
# @repo.2 https://git.binaryninja.net/BinaryNinja/tvapp2
# @repo.3 https://github.com/aetherinox/docker-base-alpine
# #
# Set Env Var
# #
@@ -116,6 +111,4 @@ EXPOSE ${WEB_PORT}/tcp
# and then keep the container running. Hacky, but whatever.
# #
#CMD ["npm start"]
ENTRYPOINT ["/init"]