Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. laste@pop-os:~/Desktop/hello_world$ sudo docker-compose up --build
  2. Building web
  3. Step 1/8 : FROM python:3.7
  4. ---> 8e3336637d81
  5. Step 2/8 : ENV PYTHONDONTWRITEBYTECODE 1
  6. ---> Using cache
  7. ---> e4ad447101b7
  8. Step 3/8 : ENV PYTHONUNBUFFERED 1
  9. ---> Using cache
  10. ---> 4036491b243f
  11. Step 4/8 : WORKDIR /code
  12. ---> Using cache
  13. ---> 3c1cab74bdb0
  14. Step 5/8 : COPY Pipfile Pipfile.lock /code/
  15. ---> Using cache
  16. ---> 73d25ba84f36
  17. Step 6/8 : RUN ls -l
  18. ---> Running in 3639e21666fe
  19. total 12
  20. -rw-r--r-- 1 root root 151 Mar 31 16:07 Pipfile
  21. -rw-r--r-- 1 root root 6224 Mar 31 16:07 Pipfile.lock
  22. Removing intermediate container 3639e21666fe
  23. ---> 6cfed25f7660
  24. Step 7/8 : RUN pip install pipenv && pipenv install --system
  25. ---> Running in 5271ce3e7da5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement