diff --git a/angular.dockerfile b/deploy-this/angular.dockerfile similarity index 100% rename from angular.dockerfile rename to deploy-this/angular.dockerfile diff --git a/create-and-start-aaa.jenkinsfile b/deploy-this/create-and-start-aaa.jenkinsfile similarity index 78% rename from create-and-start-aaa.jenkinsfile rename to deploy-this/create-and-start-aaa.jenkinsfile index fa493b3..7d8f8f3 100755 --- a/create-and-start-aaa.jenkinsfile +++ b/deploy-this/create-and-start-aaa.jenkinsfile @@ -7,7 +7,7 @@ pipeline { script{ def nxinx_build ="docker build --file angular.dockerfile -t arti-angular-app ." sh(nxinx_build); - def start_aaa ="docker compose deploy-dc.yml up --detach " + def start_aaa ="docker compose --file deploy-dc.yml up --detach " sh(start_aaa); } diff --git a/deploy-dc.yml b/deploy-this/deploy-dc.yml similarity index 100% rename from deploy-dc.yml rename to deploy-this/deploy-dc.yml