zkt24/z1/Dockerfile
2024-04-25 13:51:47 +02:00

7 lines
68 B
Docker

FROM nginx:latest
WORKDIR /etc/nginx/
COPY nginx.conf .
EXPOSE 80