From b36f2a1e976d24bd6d788153dc1d8191ea206246 Mon Sep 17 00:00:00 2001 From: Tim Adams Date: Fri, 8 Dec 2023 10:52:55 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index adf32e0..7c08674 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM nginx:alpine COPY index.html /usr/share/nginx/html -EXPOSE 80 -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file +EXPOSE 8000 +CMD ["nginx", "-g", "daemon off;"]