mirror of
https://github.com/UofCBaja/Interview-Backend.git
synced 2025-06-15 13:24:19 -06:00
9 lines
116 B
YAML
9 lines
116 B
YAML
services:
|
|
web:
|
|
container_name: test
|
|
build: .
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- ./:/code
|