generated from Fascinated/nextjs-13-template-with-tailwindcss
10 lines
180 B
YAML
10 lines
180 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
next-app:
|
|
build: https://git.fascinated.cc/Fascinated/personal-website.git
|
|
environment:
|
|
NODE_ENV: production
|
|
ports:
|
|
- 3000:3000
|