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 #309 by explicitly making script executable within the Docker container #310

Merged
merged 2 commits into from
Mar 9, 2024

Conversation

maouw
Copy link
Contributor

@maouw maouw commented Mar 9, 2024

In #309 the container would not start correctly if the source script was not marked executable. This adds chmod +x in the Dockerfile explicitly to ensure that it is.

This did not show up in tests because the source script used for testing was marked executable.

@maouw maouw marked this pull request as draft March 9, 2024 01:06
@maouw maouw marked this pull request as ready for review March 9, 2024 01:17
@arokem arokem merged commit 7644eb7 into nrdg:master Mar 9, 2024
4 checks passed
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