Move production to the default and devlopment to alternate

This commit is contained in:
Ryan W
2023-10-15 16:56:41 -07:00
parent 5b7b34993b
commit e31a928e04
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ RUN useradd rails --create-home --shell /bin/bash && \
USER rails:rails
# Entrypoint prepares the database.
ENTRYPOINT ["/rails/bin/docker-entrypoint-production"]
ENTRYPOINT ["/rails/bin/docker-entrypoint"]
HEALTHCHECK --interval=15s --timeout=3s --start-period=0s --start-interval=5s --retries=3 \
CMD curl -f http://localhost:3000/up || exit 1