From cab448857f7a6a1416455fcd79d53cfe34cb3d65 Mon Sep 17 00:00:00 2001 From: code liturgy Date: Fri, 25 Nov 2022 22:36:15 +0000 Subject: [PATCH] Refactor --- .run/BlueWest-NoDocker.run.xml | 2 +- CodeLiturgy.Dashboard.Frontend | 2 +- CodeLiturgy.Dashboard.sln | 2 +- README.md | 4 ++-- docker-compose.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.run/BlueWest-NoDocker.run.xml b/.run/BlueWest-NoDocker.run.xml index f30ff1c..74eb3b9 100644 --- a/.run/BlueWest-NoDocker.run.xml +++ b/.run/BlueWest-NoDocker.run.xml @@ -1,7 +1,7 @@ - + \ No newline at end of file diff --git a/CodeLiturgy.Dashboard.Frontend b/CodeLiturgy.Dashboard.Frontend index 98c92cb..857ea7d 160000 --- a/CodeLiturgy.Dashboard.Frontend +++ b/CodeLiturgy.Dashboard.Frontend @@ -1 +1 @@ -Subproject commit 98c92cbbb5060835ecb43295e0ce241d88f9797a +Subproject commit 857ea7ded3979f86664679624544fb01a873f2f4 diff --git a/CodeLiturgy.Dashboard.sln b/CodeLiturgy.Dashboard.sln index d42c11a..6459b4c 100644 --- a/CodeLiturgy.Dashboard.sln +++ b/CodeLiturgy.Dashboard.sln @@ -14,7 +14,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docker", "docker", "{D7BF4ADC-44AA-48B1-8406-8587775A0DC6}" ProjectSection(SolutionItems) = preProject docker-compose.yml = docker-compose.yml - BlueWest.Api\Dockerfile = BlueWest.Api\Dockerfile + CodeLiturgy.Views\Dockerfile = CodeLiturgy.Views\Dockerfile docker-compose.db.only.yml = docker-compose.db.only.yml EndProjectSection EndProject diff --git a/README.md b/README.md index 9a543b3..264c2f2 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Dashboard for managing sites, this includes setting up an environments. ## Using docker -To build the BlueWest.Api image use: +To build the CodeLiturgy.Views image use: -`docker build -f BlueWest.Api/Dockerfile . -t myappdebug` +`docker build -f CodeLiturgy.Views/Dockerfile . -t myappdebug` Copy the generated hash, and run: diff --git a/docker-compose.yml b/docker-compose.yml index 450bc47..94eb5be 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,7 @@ services: bapi120: build: context: ./ - dockerfile: ./BlueWest.Api/Dockerfile + dockerfile: ./CodeLiturgy.Views/Dockerfile ports: - "8080:80" environment: