From 12c6fca7ef0fcec8c3b35ff3090d69b1ee73e81f Mon Sep 17 00:00:00 2001 From: darkicewolf50 Date: Sat, 21 Dec 2024 15:58:51 -0700 Subject: [PATCH] remove (Actions): changed so that building works and is more consistent with delpoyment --- .github/workflows/Actions.yaml | 3 --- docker-compose.yaml | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Actions.yaml b/.github/workflows/Actions.yaml index b489c49..b7b550d 100644 --- a/.github/workflows/Actions.yaml +++ b/.github/workflows/Actions.yaml @@ -62,9 +62,6 @@ jobs: - name: build container image # build the container run: docker compose build --no-cache id: docker-build - - - name: check image names - run: docker image ls - name: Upload to Dockerhub run: docker push darkicewolf50/uofcbajacloud:latest diff --git a/docker-compose.yaml b/docker-compose.yaml index 57a95c5..e2d18d1 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,10 +2,10 @@ services: bajacloud: container_name: uofcbajacloud image: darkicewolf50/uofcbajacloud:latest - build: . ports: - - 8080:8000 + - 43443:8000 volumes: - ./L - Logistics/Interviews:/Interviews # networks: - # - testnet \ No newline at end of file + # - testnet + build: . # do not include in delpoyment version \ No newline at end of file