plexi09.me/Dockerfile
2026-02-23 00:50:28 +01:00

3 lines
60 B
Docker

FROM nginx:alpine
COPY . /usr/share/nginx/html
EXPOSE 80