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

add working dir to docker image [DB-151] #19

Merged

Conversation

markacola
Copy link

Currently, a run without options fails with permission errors, as the default working dir is /:
image

Setting the working dir to /tmp allows it to function without permission errors:
image

This is useful for simplifying bootstrapping configs, e.g. if an external config is mounting a volume into /tmp.

@hayley-jean hayley-jean changed the title add working dir to docker image add working dir to docker image [DB-151] May 25, 2023
@pvanbuijtene
Copy link
Contributor

@markacola works and looks better indeed, thanks for your contribution 👍

Copy link
Member

@hayley-jean hayley-jean left a comment

Choose a reason for hiding this comment

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

Looks good, thanks for the PR 👍

@hayley-jean hayley-jean merged commit a0c75d5 into EventStore:master May 31, 2023
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.

3 participants