tilfoj kode-generator-web: HTML kodegenerator med 691 danske navneord
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user