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

update build context in docker-compose #52

Merged
merged 1 commit into from
Oct 30, 2019

Conversation

mmacata
Copy link
Member

@mmacata mmacata commented Oct 23, 2019

As the actinia-core Dockerfile was updated recently to use copy instead of git clone, the build context changed. Before, the build context pointed to the folder docker/actinia-core which now changed to the root directory of this git repository. In the docker-compose.yaml, the build context needed to be adjusted accordingly to enable commands using COPY (e.g. COPY docker/actinia-core/snap /src/snap) to find the source to be copied.
This PR fixes the build context when using docker-compose.

Copy link
Member

@neteler neteler 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 to me

@mmacata mmacata merged commit e1d358f into actinia-org:master Oct 30, 2019
@mmacata mmacata deleted the docker-compose-context branch October 30, 2019 14:21
@mmacata mmacata added this to the 0.99.X milestone Nov 9, 2022
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