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

  • docker
  • dockerfile

Students who completed this task

Mehant Kammakomati

Task type

  • code Code
  • assessment Outreach / Research
close

2017