added build instructions

This commit is contained in:
Friedemann 2024-01-12 15:45:44 +00:00
parent 5a75d377a6
commit ce96134a71
1 changed files with 6 additions and 2 deletions

View File

@ -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 .