Files
konkykru/Dockerfile
Simon Martens 442300d264 Initial
2025-10-02 23:31:45 +02:00

6 lines
199 B
Docker

# 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/