mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 02:35:42 -04:00
build: match dockerfile code for amd64 and arm64
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user