concourse-test/Dockerfile

5 lines
116 B
Docker
Raw Permalink Normal View History

2023-05-19 19:12:57 +00:00
FROM nginx:1.24-bullseye
COPY ./site-html /var/www/blog
2023-05-19 19:19:40 +00:00
COPY ./this-repo/nginx.conf /etc/nginx/conf.d/default.conf