This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Description
I copy and pasted the code for creating the Dockerfile.
First issue: yarn has changed its commands, it is now "add" instead of "install"
Second Issue: after giving the 'docker build -t docker-101 .' command, the first three steps are successful, but it gives an error at step 4 after it tries to add v1.22.5, saying
"error Missing list of packages to add to your project."
Not exactly inspiring to learn Docker when the tutorial requires so much debugging