jank-client-fork/compose.yaml
Jon Lawrence 58590a56ea Dockerfile now named correctly
Dockerfile is now named correctly, and pulls from the local repository/directory instead of pulling the image from github.
2025-03-07 14:07:14 -08:00

8 lines
135 B
YAML

services:
jank:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
ports:
- "8080:8080"