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