mirror of
https://github.com/Ryujinx/Ryujinx-Website.git
synced 2025-01-09 17:37:19 -03:00
11 lines
153 B
YAML
11 lines
153 B
YAML
|
version: "3.9"
|
||
|
|
||
|
services:
|
||
|
frontend:
|
||
|
build:
|
||
|
context: ./
|
||
|
dockerfile: Dockerfile
|
||
|
restart: unless-stopped
|
||
|
ports:
|
||
|
- "3000:80"
|