We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7fa360 + 11607cc commit 16cc1a4Copy full SHA for 16cc1a4
1 file changed
Dockerfile
@@ -12,6 +12,7 @@ RUN yarn install
12
RUN yarn build
13
14
RUN chmod +x /app/docker/entrypoint.sh
15
+RUN chmod +x /app/docker/health_check.sh
16
RUN ln -s '/app/bin/run.js' /usr/local/bin/internxt
17
18
ENTRYPOINT ["/app/docker/entrypoint.sh"]
0 commit comments