This website works better with JavaScript.
Home
Help
| Lab Instances |
Register
Sign In
cse242017107
/
Cloud_Computing_Project
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
1
Branch
0
Tags
13 MiB
Tree:
be8c6bbe03
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'be8c6bbe03'
${ noResults }
Cloud_Computing_Project
/
vehicles
/
Dockerfile
9 lines
95 B
Raw
Normal View
History
changes
1 year ago
FROM
python:3-alpine
WORKDIR
/app/src
RUN
pip install requests
COPY
[
"vehicles/src"
,
"./"
]