Skip to content
Snippets Groups Projects
Verified Commit f47b9e8c authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[PicaPlume] Typo in Dockerfile

parent 0902816e
No related branches found
No related tags found
No related merge requests found
Pipeline #62574 failed
......@@ -16,7 +16,7 @@ RUN apt-get update && \
apt-get install -y postgresql-client && \
rm -rf /var/lib/apt/lists/*
COPY ./entrypoin.sh /entrypoint.sh
COPY ./entrypoint.sh /entrypoint.sh
HEALTHCHECK --interval=20s --timeout=3s CMD curl --fail http://localhost:7878 || exit 1
ENTRYPOINT ["/entrypoint.sh"]
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