You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2023. It is now read-only.
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