mirror of
https://github.com/Theodor-Springmann-Stiftung/konkykru.git
synced 2025-10-29 01:05:30 +00:00
Initial
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
# Use the official, lightweight Nginx web server image
|
||||
FROM nginx:latest
|
||||
|
||||
# Copy the entire contents of your httpdocs folder into Nginx's default site directory
|
||||
COPY httpdocs/ /usr/share/nginx/html/
|
||||
Reference in New Issue
Block a user