We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d0cd3 commit 9285aecCopy full SHA for 9285aec
docker/Dockerfile
@@ -13,4 +13,6 @@ HEALTHCHECK --interval=5s --timeout=3s --retries=3 \
13
14
COPY docker/entrypoint.sh /entrypoint.sh
15
16
+RUN chmod +x /entrypoint.sh
17
+
18
CMD ["/entrypoint.sh"]
0 commit comments