mirror of
https://github.com/UofCBaja/BajaCloud.git
synced 2025-06-14 20:54:18 -06:00
9 lines
116 B
YAML
9 lines
116 B
YAML
services:
|
|
web:
|
|
container_name: test
|
|
build: .
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- ./:/code
|