mirror of
https://github.com/AnimeThemes/animethemes-web.git
synced 2026-09-03 03:04:51 +02:00
14 lines
293 B
YAML
14 lines
293 B
YAML
services:
|
|
nextjs-standalone:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: nextjs-standalone-image
|
|
container_name: nextjs-standalone-container
|
|
environment:
|
|
NODE_ENV: production
|
|
PORT: "3000"
|
|
ports:
|
|
- "3000:3000"
|
|
restart: unless-stopped
|