LearnDocker icon indicating copy to clipboard operation
LearnDocker copied to clipboard

Fix typos and syntax errors in USING-WORKDIR.md

Open aryansri05 opened this issue 3 months ago • 0 comments

Fixed typos and syntax errors in USING-WORKDIR.md:

  • Fixed mkdir-p to mkdir -p (added missing space)
  • Added missing forward slashes in file paths
  • Changed comment syntax from // to # for Dockerfile compatibility

aryansri05 avatar Oct 18 '25 17:10 aryansri05