We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6576c54 commit 985195bCopy full SHA for 985195b
Dockerfile
@@ -1,5 +1,6 @@
1
FROM nginx:1.21-alpine
2
COPY dist/hypertrace-ui /usr/share/nginx/html
3
COPY conf/default.conf /etc/nginx/conf.d/default.conf
4
+RUN chmod a+w /var/cache/nginx /var/run
5
EXPOSE 2020
6
HEALTHCHECK --interval=1s --retries=5 --timeout=1s CMD wget -qO- http://localhost:2020/graphql?query={__schema{queryType{name}}} &> /dev/null || exit 1
0 commit comments