add concourse pipeline
This commit is contained in:
parent
17897a3dfe
commit
9234002493
6 changed files with 90 additions and 27 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM nginx:1.24-bullseye
|
||||
|
||||
COPY ./site-html /var/www/blog
|
||||
COPY ./this-repo/nginx.conf /etc/nginx/conf.d/default.conf
|
Reference in a new issue