This commit is contained in:
Vassiliy Yegorov
2021-05-22 14:50:51 +07:00
parent 571c25ae34
commit 818e35b913
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
#!/bin/bash
docker buildx build --platform linux/amd64 --push -t vasyakrg/php-db .
# base
# docker build -t vasyakrg/php-db .
# docker push vasyakrg/php-db

View File

@@ -1,3 +1,7 @@
#!/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