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

docker-compose run --rm web -> docker-compose run web #6227

Merged
merged 1 commit into from Oct 21, 2020

Conversation

jhsu802701
Copy link

What? Why?

Executing Docker commands with "docker-compose run --rm web" (the current setup in the scripts in the docker directory) does NOT save the changes in the Docker container, because the Docker container is destroyed after the action is completed.

The changes in this pull request save the results of actions performed in the Docker container.

@luisramos0 luisramos0 merged commit d01f9b7 into openfoodfoundation:master Oct 21, 2020
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.

None yet

2 participants