diff --git a/Dockerfile b/Dockerfile index efa98ec..013d48a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,6 +63,8 @@ COPY --from=build --chown=opengist:opengist /opengist/config.yml /config.yml COPY --from=build --chown=opengist:opengist /opengist/opengist . COPY --from=build --chown=opengist:opengist /opengist/docker ./docker +ENV OG_OPENGIST_HOME=/opengist + EXPOSE 6157 6158 2222 VOLUME /opengist HEALTHCHECK --interval=60s --timeout=30s --start-period=15s --retries=3 CMD curl -f http://localhost:6157/healthcheck || exit 1