diff --git a/private/docker-notes.txt b/private/docker-notes.txt index 18cf7bb..8e60317 100644 --- a/private/docker-notes.txt +++ b/private/docker-notes.txt @@ -5,6 +5,7 @@ Docker commands: Create image: --from solution folder: docker image build -t "network-resurrector-frontend:1.0.0" . +docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t "tstanciu/sta-registry:network-resurrector-frontend-1.0.0-arm32v7" --push . Run image: docker run -p 5053:80 -it network-resurrector-frontend:1.0.0