mirror of
https://github.com/UofCBaja/Interview-Backend.git
synced 2025-07-07 03:37:14 -06:00
fix(Container): moved into apporpriate folders
This commit is contained in:
10
docker-compose.yaml
Normal file
10
docker-compose.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
services:
|
||||
bajacloud:
|
||||
container_name: bajacloud
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- ./mock:/Interviews
|
||||
build: .
|
||||
# networks:
|
||||
# - testnet
|
Reference in New Issue
Block a user