/kbin RTR#18 Preparing for the refactoring #1288
No reviewers
Labels
No Label
a11y
ActivityPub
admin
API
backend
bug
community
conflicting
contribution welcome
deployment
documentation
duplicate
enhancement
frontend
good first issue
help wanted
high priority
instance config
low priority
mobile
moderation
more infomation needed
needs feedback
pr pending
project setup
question
search
security
translation
translations update needed
UI/UX
upstream
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Kbin/kbin-core#1288
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "rtr18v5"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
@ -51,6 +51,12 @@ if [ "$1" == "php-fpm" ] || [ "$1" == "php" ] || [ "$1" == "bin/console" ]; then
bin/console doctrine:migrations:migrate --no-interaction
fi
if [ "$APP_ENV" == "prod" ]; then
Don't suppose you could explain why this was needed? I need to roll it into #132 in some way.
It's not currently implemented in the v1 version of this file and the production install is done at build time in the Dockerfile itself so the only reason you'd want it here I guess is for development work? Maybe.