3 lines
101 B
Bash
3 lines
101 B
Bash
|
|
#!/bin/bash
|
||
|
|
docker buildx build --platform linux/arm64,linux/amd64 --push -t appsmith/appsmith-ce .
|