mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
9 lines
141 B
YAML
9 lines
141 B
YAML
version: "3.3"
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
command: bash start.sh
|
|
restart: on-failure
|