Update Version (Beta): One word each new UTC hour

This commit is contained in:
Zakaria
2026-05-11 20:55:14 -04:00
parent 70f19904f2
commit 3175a4dbf1
30 changed files with 4196 additions and 17 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ FROM nginx:alpine
COPY index.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/
COPY Celebration.mp3 dictionary.json script.js supabase-config.js targetWords.json word-data.js /usr/share/nginx/html/
EXPOSE 80