Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: #449 Ensure that docker volume is created when running docs locally #487

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

mkleszcz
Copy link
Contributor

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce?

Fixes #449

What is the current behavior?

There is an issue when someone will try to start the docs before the main application. There is a missing docker volume so docs won't start.

What is the new behavior?

Running create docker volume script before docs start. It will ensure that it's created before running docs even before app startup.

Does this PR introduce a breaking change?

No.

Copy link
Member

@pziemkowski pziemkowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it be better to put it as dependency?

@mkleszcz mkleszcz merged commit 224d936 into master Mar 1, 2024
53 checks passed
@mkleszcz mkleszcz deleted the fix/docs-ensure-be-volume branch March 1, 2024 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to start docs on fresh project
2 participants