Files
andybleck/Dockerfile
Simon Martens 2415b309f8 Initial
2025-10-02 23:30:46 +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/