Skip to content

Commit 96c9b7c

Browse files
polished docker command
1 parent 30859a0 commit 96c9b7c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,5 @@ docker build -t <image_name> .
130130

131131
For multiplatform use
132132
```
133-
docker buildx build --platform linux/amd64,linux/arm64 -t satellite_pm25_raster2polygon .
133+
docker buildx build --platform linux/amd64,linux/arm64 -t <username>/<image_name>:<tag> . --push
134134
```
135-
136-
docker buildx build --platform linux/amd64,linux/arm64 -t nsaph/satellite_pm25_raster2polygon:v0 . --push
137-

0 commit comments

Comments
 (0)