From 44c3d31bbf1dbf2c4d8260f12d653f01fa15f2c5 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sun, 29 Jun 2025 13:41:20 +0100 Subject: [PATCH] Fix dockerfile error --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22ab624..853bf49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx/nginx:latest +FROM nginx:latest COPY . /usr/share/nginx/html