Powerpoint_AI / docker-compose.yml
Reubencf's picture
minor changes
70ea50e
raw
history blame contribute delete
305 Bytes
version: '3.8'
services:
nextjs:
build:
context: .
dockerfile: Dockerfile
ports:
- "3000:3000"
environment:
- NODE_ENV=production
restart: unless-stopped
# Uncomment and add your environment variables
# env_file:
# - .env.production