Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add workdir to dockerfile (#3259)
This should be a non-breaking change. This only changes the work directory when the container is started. This means that if you want to execute a command in a running container, it will be automatically in that directory instead of '/'. This improves maintaining and debugging our environments.
- Loading branch information