Tudor Stanciu 2021-08-15 03:29:15 +03:00
parent 1d3bdd6f0a
commit b2aa4b3745
1 changed files with 1 additions and 0 deletions

View File

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