Resume / docker-compose.yml
raditya3's picture
Added dockerfile and docker-compose configuration for easy setup
0ddf01f
raw
history blame contribute delete
159 Bytes
services:
resume-matcher:
image : resume-matcher
build:
context: ./
dockerfile : build.dockerfile
ports:
- 80:8501