reachableceo-laptop-docker/resume-matcher/docker-compose.yml

9 lines
159 B
YAML
Raw Normal View History

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