cleaner this way

This commit is contained in:
2024-11-26 10:34:40 -06:00
parent a48de1b0d4
commit e9c49a4713
10 changed files with 563 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
services:
resume-matcher:
image : resume-matcher
build:
context: ./
dockerfile : build.dockerfile
ports:
- 80:8501