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

Fix: Use environment variables in Dockerfile ENTRYPOINT #116

Merged
merged 1 commit into from
Oct 6, 2024
Merged

Fix: Use environment variables in Dockerfile ENTRYPOINT #116

merged 1 commit into from
Oct 6, 2024

Conversation

tarikalim
Copy link
Contributor

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)

…h `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.

(this pr created for issue 117
@tarikalim tarikalim closed this Oct 3, 2024
@tarikalim tarikalim reopened this Oct 3, 2024
Copy link
Owner

@BaldissaraMatheus BaldissaraMatheus left a comment

Choose a reason for hiding this comment

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

Seems to be working great, thank you!

@BaldissaraMatheus BaldissaraMatheus merged commit be0d6fe into BaldissaraMatheus:main Oct 6, 2024
@tarikalim tarikalim deleted the dockerfile-fix-config-dir branch October 6, 2024 11:14
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.

2 participants