Closed maxdymond closed 1 month ago
FLOKI_WORKING_DIR
mount:
floki.yaml
If someone specifies mount: then the assumption that code is mounted at /src is wrong.
Local testing
N/A
These aren't hard requirements, just guidelines
cargo fmt
README.md
CHANGELOG.md
Reviewed internally.
FLOKI_WORKING_DIR
environment variable that is accessible inside the container. Can be used whenmount:
has been specified infloki.yaml
.Why this change?
If someone specifies
mount:
then the assumption that code is mounted at /src is wrong.Relevant testing
Local testing
Contributor notes
N/A
Checks
These aren't hard requirements, just guidelines
cargo fmt
README.md
updated for this change, if necessaryCHANGELOG.md
updated for this change