4 lines
85 B
Bash
Executable File
4 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker buildx build --platform linux/amd64 --push -t vasyakrg/php-app .
|