From a8e7b1d0f19d18d7c6561ad7014ba55d1fec86cc Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:20:19 -0400 Subject: [PATCH] source docker file from previous build. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4719105..4ced077 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM docker-registry1.in.thelinuxpro.net:5000/tlp/tlp_jekyll:latest +#FROM docker-registry1.in.thelinuxpro.net:5000/tlp/tlp_jekyll:latest +FROM docker-registry1.in.thelinuxpro.net:5000/sites/photos_kameronkenny_com_web:latest LABEL image.author.name="Kameron Kenny" LABEL image.author.email="kameron@localhost"