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
3
Commits
1
Branch
0
Tags
13 MiB
HTML
59.6%
JavaScript
25.1%
Python
6.7%
Shell
6.3%
CSS
1.7%
Other
0.5%
Tree:
be8c6bbe03
Cloud_Computing_Project
/
vehicles
/
Dockerfile
8 lines
95 B
Raw
Blame
History
FROM
python:3-alpine
WORKDIR
/app/src
RUN
pip install requests
COPY
[
"vehicles/src"
,
"./"
]
Reference in new issue