Dockerfile now named correctly
Dockerfile is now named correctly, and pulls from the local repository/directory instead of pulling the image from github.
This commit is contained in:
parent
04153bef9f
commit
58590a56ea
3 changed files with 19 additions and 19 deletions
|
@ -2,7 +2,7 @@ services:
|
|||
jank:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile-jank
|
||||
dockerfile: Dockerfile
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:8080"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue