From 6611e57ea11b4fae1ada4995c45c06aafad0bb60 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 31 Dec 2018 11:48:14 -0500 Subject: [PATCH] Updated Building from Source (markdown) --- Building-from-Source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-from-Source.md b/Building-from-Source.md index 7596dbc..7156e4c 100644 --- a/Building-from-Source.md +++ b/Building-from-Source.md @@ -9,7 +9,7 @@ All package builds begin with the first two steps (for Linux/OSX; alter as neede ## Docker -3. Build the Docker image: `docker build -t $USERNAME/jellyfin` +3. Build the Docker image: `docker build -t $USERNAME/jellyfin .` ## Debian Packages via Docker