2024-11-26 11:56:36 -06:00

9 lines
159 B
YAML

services:
resume-matcher:
image : resume-matcher
build:
context: ./
dockerfile : build.dockerfile
ports:
- 80:8501