Gluttony-Cluster/.ci/Dockerfile
2024-11-15 20:59:06 -05:00

8 lines
102 B
Docker

FROM nginx:latest
COPY nginx.conf /etc/nginx/nginx.conf
COPY ./static /var/www/static
RUN nginx -t