We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145df27 commit 5b29596Copy full SHA for 5b29596
docker/ckan/Dockerfile
@@ -287,8 +287,7 @@ COPY ./afterinit.d ${APP_DIR}/docker-afterinit.d
287
288
EXPOSE 5000
289
290
-#HEALTHCHECK --interval=10s --timeout=5s --retries=5 CMD curl --fail http://0.0.0.0:5000/api/3/action/status_show || exit 1
291
-HEALTHCHECK NONE
+HEALTHCHECK --interval=10s --timeout=5s --retries=5 CMD curl --fail http://0.0.0.0:5000/api/3/action/status_show || exit 1
292
293
USER ckan
294
0 commit comments