Don't require database in GHA docker workflow check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user