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

Feat/docker run commands from sh #13

Merged
merged 8 commits into from
Feb 23, 2024

Conversation

santi1234567
Copy link
Member

Description

The current docker implementation only works with docker-compose and is over-complicated for using docker by itself. With the new implementation, a run.sh script handles the launching of go commands which fixes this and makes it much more maintainable.

@santi1234567 santi1234567 added the enhancement New feature or request label Feb 22, 2024
@santi1234567 santi1234567 self-assigned this Feb 22, 2024
Dockerfile Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
Copy link
Contributor

@tdahar tdahar left a comment

Choose a reason for hiding this comment

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

Looks good!
I left some comments that I think could make it clearer, but for the rest it seems nice :)

Copy link
Contributor

@tdahar tdahar left a comment

Choose a reason for hiding this comment

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

Great! Thanks for these changes :)

@santi1234567 santi1234567 merged commit 69e4edd into main Feb 23, 2024
@santi1234567 santi1234567 deleted the feat/docker-run-commands-from-sh branch February 23, 2024 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants