mirror of
https://github.com/severian-dev/sucker.severian.dev.git
synced 2025-10-27 20:25:47 +00:00
11 lines
139 B
YAML
11 lines
139 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
web:
|
|
build: .
|
|
image: sucker
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
NODE_ENV: production
|