added build instructions
This commit is contained in:
parent
5a75d377a6
commit
ce96134a71
|
@ -62,5 +62,9 @@ EXPOSE 3839
|
|||
CMD ["R", "-e", "shiny::runApp('/eprilog.r', host = '0.0.0.0', port = 3839)"]
|
||||
|
||||
|
||||
# Locally:
|
||||
# docker build -t localgarmin:arm64 -f Dockerfile_arm64 .
|
||||
|
||||
# How to build (multi-arch):
|
||||
# docker buildx create --name mybuilder --use
|
||||
# docker buildx inspect --bootstrap
|
||||
#
|
||||
# docker buildx build --push --platform linux/arm64/v8,linux/amd64 --tag git.nucleolus.xyz/fblume/eprilog/eprilog:latest -f Dockerfile .
|
Loading…
Reference in New Issue