add docker files
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
frontend:
|
||||
build: ./frontend/resume-builder
|
||||
ports:
|
||||
- "4173:3000"
|
||||
restart: always
|
||||
|
||||
backend:
|
||||
build: ./backend
|
||||
ports:
|
||||
- "8005:8005"
|
||||
restart: always
|
||||
Reference in New Issue
Block a user