Add healthcheck task to production image (#231)

This commit is contained in:
Riccardo Graziosi
2023-05-23 19:04:20 +02:00
committed by GitHub
parent 1af8687a22
commit 47ac9abcbe

View File

@@ -84,6 +84,7 @@ COPY --from=builder ${APP_ROOT}/Gemfile.lock ${APP_ROOT}/
COPY --from=builder ${APP_ROOT}/.ruby-version ${APP_ROOT}/
COPY --from=builder ${APP_ROOT}/config.ru ${APP_ROOT}/
COPY --from=builder ${APP_ROOT}/Rakefile ${APP_ROOT}/
COPY --from=builder ${APP_ROOT}/lib/tasks/ ${APP_ROOT}/lib/tasks/
COPY --from=builder /usr/local/bundle/config /usr/local/bundle/config
ENTRYPOINT ["./docker-entrypoint-prod.sh"]