ARG-NCTU / oop-proj-hello-mario

0 stars 0 forks source link

Setup your own Dockerfile #1

Open hchengwang opened 1 month ago

hchengwang commented 1 month ago
  1. Team lead gets a Docker Hub account.
  2. Create your own Dockerfile; use argnctu/oop:latest as base image
  3. Add your own installation (e.g., require.sh)
  4. Add build.sh in your Docker/ folder with your team lead account.
Brian2074 commented 1 month ago

Hi @hchengwang, I've added all the features mentioned above. Please give it a test. If you have further requests, please let me know!

Brian, NYCU ARG