From 7928b5e0166756979914b51b4a04c188f68cf9e7 Mon Sep 17 00:00:00 2001 From: Zakaria Date: Fri, 8 May 2026 11:59:04 -0400 Subject: [PATCH] updated Version --- Dockerfile | 11 ++++------- fancy-wordle-modern.html | 5 ++--- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3006261..ff148d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,8 @@ -# Use the official Nginx image as the base image FROM nginx:alpine -# Copy the local files to the Nginx default directory -COPY . /usr/share/nginx/html +COPY fancy-wordle-modern.html /usr/share/nginx/html/index.html +COPY CSS /usr/share/nginx/html/CSS +COPY img /usr/share/nginx/html/img +COPY Celebration.mp3 dictionary.json script.js targetWords.json word-data.js /usr/share/nginx/html/ -# Expose port 80 EXPOSE 80 - -# Start Nginx when the container launches -CMD ["nginx", "-g", "daemon off;"]# Use the official Nginx image as the base image \ No newline at end of file diff --git a/fancy-wordle-modern.html b/fancy-wordle-modern.html index 9e9829e..f55f92f 100644 --- a/fancy-wordle-modern.html +++ b/fancy-wordle-modern.html @@ -1,4 +1,3 @@ - @@ -8,8 +7,8 @@ Fancy Wordle - - + +