mirror of
https://github.com/ThisTine/Showdown.git
synced 2026-08-18 23:18:48 +07:00
12 lines
200 B
YAML
12 lines
200 B
YAML
services:
|
|
showdown:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "8080:8080"
|
|
environment:
|
|
PORT: 8080
|
|
STATIC_DIR: /app/dist
|
|
restart: unless-stopped
|