mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add healthcheck task to production image (#231)
This commit is contained in:
committed by
GitHub
parent
1af8687a22
commit
47ac9abcbe
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user