tilfoj kode-generator-web: HTML kodegenerator med 691 danske navneord

This commit is contained in:
gch
2026-07-13 14:16:35 +02:00
parent 97b2af6a05
commit 3f168da54e
5 changed files with 1534 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
FROM nginx:alpine
# Copy nginx config
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
# Copy homepage files
COPY html/ /usr/share/nginx/html/
# Change permissions for NGINX access
RUN chmod -R 755 /usr/share/nginx/html/
EXPOSE 80