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

Housekeeping: Dockerfile documentation clarifications #3427

Merged
merged 2 commits into from
Sep 9, 2024

Conversation

Net-burst
Copy link
Collaborator

@Net-burst Net-burst commented Sep 4, 2024

🔧 Type of changes

  • new bid adapter
  • update bid adapter
  • new feature
  • new analytics adapter
  • new module
  • bugfix
  • documentation
  • configuration
  • tech debt (test coverage, refactorings, etc.)

✨ What's the context?

Our documentation about running PBS as a Docker image was incomplete. This PR fixes this by providing examples and a description of minimal configuration.

🏎 Quality check

  • Are your changes following our code style guidelines?
  • Are there any breaking changes in your code?
  • Does your test coverage exceed 90%?
  • Are there any erroneous console logs, debuggers or leftover code in your changes?

@@ -5,4 +5,4 @@ exec java \
-Dspring.config.additional-location=/app/prebid-server/,/app/prebid-server/conf/ \
${JAVA_OPTS} \
-jar \
/app/prebid-server/prebid-server.jar
/app/prebid-server/prebid-server.jar "$@"
Copy link
Collaborator

Choose a reason for hiding this comment

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

nice catch!

@Compile-Ninja Compile-Ninja merged commit 6454683 into master Sep 9, 2024
5 checks passed
@Compile-Ninja Compile-Ninja deleted the housekeeping/documentation branch September 9, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants