Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- laste@pop-os:~/Desktop/hello_world$ sudo docker-compose up --build
- Building web
- Step 1/8 : FROM python:3.7
- ---> 8e3336637d81
- Step 2/8 : ENV PYTHONDONTWRITEBYTECODE 1
- ---> Using cache
- ---> e4ad447101b7
- Step 3/8 : ENV PYTHONUNBUFFERED 1
- ---> Using cache
- ---> 4036491b243f
- Step 4/8 : WORKDIR /code
- ---> Using cache
- ---> 3c1cab74bdb0
- Step 5/8 : COPY Pipfile Pipfile.lock /code/
- ---> Using cache
- ---> 73d25ba84f36
- Step 6/8 : RUN ls -l
- ---> Running in 3639e21666fe
- total 12
- -rw-r--r-- 1 root root 151 Mar 31 16:07 Pipfile
- -rw-r--r-- 1 root root 6224 Mar 31 16:07 Pipfile.lock
- Removing intermediate container 3639e21666fe
- ---> 6cfed25f7660
- Step 7/8 : RUN pip install pipenv && pipenv install --system
- ---> Running in 5271ce3e7da5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement