From cf63ef7f811a18a55032924191070e01ed2f62c8 Mon Sep 17 00:00:00 2001 From: slaventius Date: Mon, 13 Feb 2023 10:44:48 +0300 Subject: [PATCH] * --- README.md | 2 +- {deploy => build}/Dockerfile | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {deploy => build}/Dockerfile (100%) diff --git a/README.md b/README.md index ee79b4b..c91fdeb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # authPostman * http://git.slaventius.ru/test3k/authPostman.git -* docker build --no-cache --tag slaventius/test3k_auth_postman:latest ./deploy/ +* docker build --no-cache --tag slaventius/test3k_auth_postman:latest ./build/ * docker push slaventius/test3k_auth_postman:latest diff --git a/deploy/Dockerfile b/build/Dockerfile similarity index 100% rename from deploy/Dockerfile rename to build/Dockerfile