mirror of
https://github.com/ThisTine/Showdown.git
synced 2026-08-18 23:18:48 +07:00
first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
showdown:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
PORT: 8080
|
||||
STATIC_DIR: /app/dist
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user