Skip to content
Snippets Groups Projects
Commit 520dfe52 authored by Daniel Lyons's avatar Daniel Lyons
Browse files

Make the healthcheck pass by installing curl

parent 5e54f70c
No related branches found
No related tags found
1 merge request!847Make the healthcheck pass by installing curl
Pipeline #4616 passed
......@@ -200,7 +200,7 @@ services:
- schema
- amqp
healthcheck:
test: curl -f -LI localhost:3458/healthcheck
test: curl -f -LI http://localhost:3458/healthcheck
interval: 5s
retries: 5
start_period: 2s
......
# This is nrao:notification
FROM cache:tmp
USER root
RUN apt update -y && apt install -y curl
USER vlapipe
# Get workflow code into the image
WORKDIR /code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment