commit | 24f1f8f7a8ac2c676038801d0619fe8e111e69f7 | [log] [tgz] |
---|---|---|
author | Oleksii Petrenko <opetrenko@mirantis.com> | Fri Jun 26 18:09:43 2020 +0300 |
committer | Oleksii Petrenko <opetrenko@mirantis.com> | Thu Jul 09 14:56:19 2020 +0300 |
tree | f8b5c40ecc11c814c1f364aa6c898fb8b48d5d04 | |
parent | 72169b93353380968b44086b44948936dde6c37e [diff] [blame] |
Add initial testRail bot implementation Related-PROD: PRODX-5842 Change-Id: Id2ac9b2275ced80a95019d30ae9e0f7a967f07ec
diff --git a/testrail_bot/nginx/Dockerfile b/testrail_bot/nginx/Dockerfile new file mode 100644 index 0000000..8e5916e --- /dev/null +++ b/testrail_bot/nginx/Dockerfile
@@ -0,0 +1,4 @@ +FROM nginx:1.19.0-alpine + +RUN rm /etc/nginx/conf.d/default.conf +COPY nginx.conf /etc/nginx/conf.d \ No newline at end of file