initial commit: next.js 16 scaffold + docker + gitea actions
Some checks failed
Deploy stable / deploy (push) Failing after 1s
Some checks failed
Deploy stable / deploy (push) Failing after 1s
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:${HOST_PORT:-3010}:3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
Reference in New Issue
Block a user