Tasks.md icon indicating copy to clipboard operation
Tasks.md copied to clipboard

Fix: Use environment variables in Dockerfile ENTRYPOINT

Open tarikalim opened this issue 4 months ago • 0 comments

Replaced hardcoded paths in the Dockerfile "ENTRYPOINT" command with "CONFIG_DIR" and "TASKS_DIR" environment variables.

This makes the Dockerfile more flexible and respects the use of environment variables defined earlier in the file.

(issue 113)

tarikalim avatar Oct 03 '24 15:10 tarikalim