master
parent
1d3bdd6f0a
commit
b2aa4b3745
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue