Dockerfile added along with other files necessary for a docker container

This commit is contained in:
2026-05-11 23:00:18 +05:30
parent 40c603def2
commit 16a158c49c
3 changed files with 39 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
nextjs:
build: .
container_name: my-nextjs-app
restart: unless-stopped
ports:
- "3000:3000"
env_file:
- .env