added build confs
All checks were successful
Build & Deploy Vite App (Docker Compose) / build-and-deploy (push) Successful in 54s
All checks were successful
Build & Deploy Vite App (Docker Compose) / build-and-deploy (push) Successful in 54s
This commit is contained in:
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
frontend:
|
||||
build: .
|
||||
container_name: react-site
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3005:80" # Dışarıya 3005 portunu açıyoruz, NPM buraya bakacak.
|
||||
Reference in New Issue
Block a user