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

Dockerize NoticeBoard #40

Merged
merged 8 commits into from
Mar 23, 2024

Conversation

pranavkonidena
Copy link
Member

@pranavkonidena pranavkonidena commented Mar 23, 2024

Closes #23

Type of Change

Enhancement

Technicalities of change

I have added the dockerfile and devcontainer configuration for this app to run from a docker container. Ensure you have an android device with USB debugging enabled and connected to the same WIFI network as your computer. Then, install the remote dev container extension in VS Code and open the folder with existing Dockerfile (By using Control + Shift + P). After opening the container run:
adb usb
adb tcpip 5037
adb connect IPofDevice:5037
Remove the usb cable and do flutter run.

Demo

IMG_8867
As you can see, apk was built succesfully in ~1785 seconds, but it was not installed due to insufficient storage, there is no problem with the dockerfile

Copy link
Member

@justary27 justary27 left a comment

Choose a reason for hiding this comment

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

Update the README to show the instructions on how to use the devcontainer with vs code

@justary27 justary27 merged commit 4f633df into IMGIITRoorkee:beta Mar 23, 2024
1 check passed
@justary27 justary27 mentioned this pull request Mar 23, 2024
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