2023-11-09 18:44:50 +01:00

6 lines
73 B
Docker

FROM nginx:alpine
WORKDIR /app
COPY ./nginx.conf /etc/nginx/nginx.conf