Don't require database in GHA docker workflow check

This commit is contained in:
Ryan W
2023-09-30 11:39:51 -07:00
parent b6dae0665d
commit 16cec22850
6 changed files with 20 additions and 20 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"]
ENTRYPOINT ["/rails/bin/docker-entrypoint-production"]
# Start the server by default, this can be overwritten at runtime
EXPOSE 3000