feat: add Dockerfile, docker-compose, and nginx configuration for application deployment
This commit is contained in:
6
nest-front/docker-compose.yml
Normal file
6
nest-front/docker-compose.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
nest-front:
|
||||
build: .
|
||||
ports:
|
||||
- "5173:5173"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user