We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266dab7 commit ce9b2e5Copy full SHA for ce9b2e5
docker/ckan/Dockerfile
@@ -287,7 +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
+HEALTHCHECK --interval=10s --timeout=5s --retries=5 CMD curl --fail http://0.0.0.0:5000/api/3/action/status_show || exit 1
291
292
USER ckan
293
0 commit comments