1. 학습
  2. /
  3. 강의
  4. /
  5. Introduction to Docker

Connected

연습 문제

Setting the working directory

Putting the finishing touches to your pipeline Docker image, you want to make it clear that all pipeline project files in your images will be in the repl users' home directory by setting the working directory to /home/repl.

지침

100 XP
  • Using the terminal, open the Dockerfile in your current working directory and edit the fourth line to make all next instructions run in /home/repl.