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

Dockerfiles moved to root for shared libraries #4071

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

jtmcdole
Copy link
Contributor

@jtmcdole jtmcdole commented Dec 4, 2024

Fixes locally what was previously failing

> docker build -t test -f Dockerfile.app_dart

Downloading packages...
...
+ cocoon_server 0.0.0 from path ../cocoon_server

… folders

```
> docker build -t test -f Dockerfile.app_dart

Downloading packages...
...
+ cocoon_server 0.0.0 from path ../cocoon_server
```
@jtmcdole jtmcdole changed the title Dockerfiles need to be at the root if we're going to reference parent… Dockerfiles moved to root for shared libraries Dec 4, 2024
Copy link
Contributor

@yjbanov yjbanov left a comment

Choose a reason for hiding this comment

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

lgtm

@jtmcdole jtmcdole merged commit 09fad27 into flutter:main Dec 4, 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