From 818e35b9139a762a9769efbe6c32893d85364141 Mon Sep 17 00:00:00 2001 From: Vassiliy Yegorov Date: Sat, 22 May 2021 14:50:51 +0700 Subject: [PATCH] fix --- App/docker/db/build.sh | 4 ++++ App/docker/php/build.sh | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/App/docker/db/build.sh b/App/docker/db/build.sh index f58acbc..2969db0 100755 --- a/App/docker/db/build.sh +++ b/App/docker/db/build.sh @@ -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 diff --git a/App/docker/php/build.sh b/App/docker/php/build.sh index dbca4ea..63c97bd 100755 --- a/App/docker/php/build.sh +++ b/App/docker/php/build.sh @@ -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