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