mirror of
https://github.com/Ategon/Jamjar.git
synced 2025-02-12 06:16:21 +00:00
9 lines
152 B
YAML
9 lines
152 B
YAML
version: "3.8"
|
|
services:
|
|
nextjs-app:
|
|
build:
|
|
context: .
|
|
ports:
|
|
- "127.0.0.1:3004:3000"
|
|
environment:
|
|
NODE_ENV: production
|