zkt24/Dockerfile
2024-04-10 11:23:23 +02:00

7 lines
68 B
Docker

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