Skip to content

Commit 985195b

Browse files
authored
enable rootless image (#1202)
1 parent 6576c54 commit 985195b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM nginx:1.21-alpine
22
COPY dist/hypertrace-ui /usr/share/nginx/html
33
COPY conf/default.conf /etc/nginx/conf.d/default.conf
4+
RUN chmod a+w /var/cache/nginx /var/run
45
EXPOSE 2020
56
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

Comments
 (0)