mirror of
https://github.com/UofCBaja/BajaCloud.git
synced 2025-06-14 04:34:17 -06:00
remove (Actions): changed so that building works and is more consistent with delpoyment
This commit is contained in:
parent
e7287ead80
commit
12c6fca7ef
3
.github/workflows/Actions.yaml
vendored
3
.github/workflows/Actions.yaml
vendored
@ -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
|
||||
|
@ -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
|
||||
# - testnet
|
||||
build: . # do not include in delpoyment version
|
Loading…
x
Reference in New Issue
Block a user