
Dockerfile is now named correctly, and pulls from the local repository/directory instead of pulling the image from github.
8 lines
135 B
YAML
8 lines
135 B
YAML
services:
|
|
jank:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8080:8080"
|