Sustainable Computing Research Group (SCoRe)
[Bassa] Dockerize Bassa UI
Dockerizing an app is an interesting task. Use node as the base image. You can try it with docker pull node.
COPY the UI folder into the docker. Add following as RUN commands
npm install
Add this as a CMD
gulp serve
You don't have to worry about MySQL part or ARIA2 part. Dockerising just the UI is expected.
Task tags
Students who completed this task
Mehant Kammakomati