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.
2 parents 4a6446c + 190258a commit 8907cffCopy full SHA for 8907cff
Dockerfile
@@ -39,5 +39,9 @@ ENV VITE_CLICKHOUSE_URL=""
39
ENV VITE_CLICKHOUSE_USER=""
40
ENV VITE_CLICKHOUSE_PASS=""
41
42
+RUN addgroup -S ch-group -g 1001 && adduser -S ch-user -u 1001 -G ch-group
43
+
44
+RUN chown -R ch-user:ch-group /app
45
46
# Use a shell script to inject environment variables and then serve the app
47
CMD ["/bin/sh", "-c", "node inject-env.js && serve -s -l 5521"]
0 commit comments