You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe it would be helpful for someone. It won't run as is on Raspberry (and I assume any linux) since there is no "apk" command.
To run it on Raspberry Pi (64 bit ARM architecture) OS dockerfile should be modified:
Maybe it would be helpful for someone. It won't run as is on Raspberry (and I assume any linux) since there is no "apk" command.
To run it on Raspberry Pi (64 bit ARM architecture) OS dockerfile should be modified:
Build command:
docker buildx build --platform linux/arm64 --tag capital-gains-calculator:latest --load .
Run command is the same:
docker run --rm -it -v "$PWD":/data capital-gains-calculator
The text was updated successfully, but these errors were encountered: