Archived
chore: add container configuration with Dockerfile, docker-compose and makefile for deployment
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
jobpostingparser:
|
||||
image: localhost/jobpostingparser:latest
|
||||
ports:
|
||||
- "9000:8000"
|
||||
|
||||
Reference in New Issue
Block a user