Skip to content

Commit 16cc1a4

Browse files
authored
Merge pull request #417 from fabiocastagnino/main
Docker Healthcheck uses a non-executable script (health_check.sh)
2 parents f7fa360 + 11607cc commit 16cc1a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN yarn install
1212
RUN yarn build
1313

1414
RUN chmod +x /app/docker/entrypoint.sh
15+
RUN chmod +x /app/docker/health_check.sh
1516
RUN ln -s '/app/bin/run.js' /usr/local/bin/internxt
1617

1718
ENTRYPOINT ["/app/docker/entrypoint.sh"]

0 commit comments

Comments
 (0)